]> git.mxchange.org Git - core.git/commit
Fixed and continued:
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Feb 2017 16:30:42 +0000 (17:30 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commitdfaae5be1dbac2ba13bbb315c3e6c672b490cdbe
tree78369b0bb14b44036fc9406bf8ed441a4d5c19d5
parenta57cbf597f252876708b30deef97967d1c208aeb
Fixed and continued:
- need to call ApplicationHelper::createDebugInstance() before inc/database.php
  is being loaded. This is old way anyway and will be rewritten right after this
  rewrite.
- added "import" of CachedDatabaseResult and moved it to better namespace
- added "import of SearchableResult
- fixed config entry for it
- first BaseDatabaseResult is a result, then it is for databases (queries)

Signed-off-by: Roland Häder <roland@mxchange.org>
application/tests/init.php
inc/config.php
inc/main/classes/class_BaseFrameworkSystem.php
inc/main/classes/database/class_BaseDatabaseResult.php
inc/main/classes/database/result/class_CachedDatabaseResult.php
inc/main/classes/user/class_BaseUser.php
inc/main/interfaces/result/class_SearchableResult.php
inc/main/middleware/database/class_DatabaseConnection.php