Continued with rewrites:
authorRoland Haeder <roland@mxchange.org>
Sun, 26 Mar 2017 14:39:13 +0000 (16:39 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 26 Mar 2017 14:39:13 +0000 (16:39 +0200)
commit4e95c4e90f08f67f43591eaaa0c006f923d8bacf
treeeb78190a6bbbb0721fd79eb9334ba37bbacc2dde
parentbcc4c93c61443966ab39195d81ff9ecd26068b94
Continued with rewrites:
- rewrote bootstrap to a more easier way, still index.php will contain a class
- this class has a method to detect the framework's path on common places
- splitted application_base_path and framework_base_path, was only base_path
  before

Signed-off-by: Roland Häder <roland@mxchange.org>
27 files changed:
application/tests/init.php
framework/bootstrap/bootstrap.inc.php [new file with mode: 0644]
framework/bootstrap/class_BootstrapFramework.php
framework/config.inc.php [new file with mode: 0644]
framework/config.php [deleted file]
framework/database.php
framework/includes.php
framework/loader/class_ClassLoader.php
framework/main/classes/database/backend/class_CachedLocalFileDatabase.php
framework/main/classes/factories/stacks/class_FileStackFactory.php
framework/main/classes/language/class_LanguageSystem.php
framework/main/classes/template/class_BaseTemplateEngine.php
framework/main/classes/template/console/class_ConsoleTemplateEngine.php
framework/main/classes/template/html/class_HtmlTemplateEngine.php
framework/main/classes/template/image/class_ImageTemplateEngine.php
framework/main/classes/template/mail/class_MailTemplateEngine.php
framework/main/classes/template/menu/class_MenuTemplateEngine.php
framework/main/middleware/compressor/class_CompressorChannel.php
framework/selector.php
index.php
tests/ConfigTest.php
tests/RegistryTest.php
tests/RequestTest.php
tests/Test.php
tests/old/contract-test.php
tests/old/loader-test.php
tests/old/personell-test.php