Continued:
authorRoland Haeder <roland@mxchange.org>
Sun, 2 Apr 2017 18:44:02 +0000 (20:44 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 2 Apr 2017 18:44:02 +0000 (20:44 +0200)
commit6acaeb0b08448f701ca13f50aec3ee89ba6ab948
tree6ba896764a57cceb3a979cc50b9f8b820dfd049d
parent4e95c4e90f08f67f43591eaaa0c006f923d8bacf
Continued:
- renamed BootstrapFramework -> FrameworkBootstrap as there are also similar
  classes around, like FrameworkConfiguration
- require/include are no functions, don't use parentheses here (including old
  tests, I know)
- continued with rewriting bootstrap: more methods in FrameworkBootstrap and
  lesser include files in framework/ path

Signed-off-by: Roland Häder <roland@mxchange.org>
17 files changed:
application/tests/init.php
framework/bootstrap/bootstrap.inc.php
framework/bootstrap/class_BootstrapFramework.php [deleted file]
framework/bootstrap/class_FrameworkBootstrap.php [new file with mode: 0644]
framework/config.inc.php
framework/database.php
framework/includes.php
framework/loader/class_ClassLoader.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