]> git.mxchange.org Git - core.git/commit
Moved 'result' into 'database' as the actual class is a database result + added
authorRoland Haeder <roland@mxchange.org>
Wed, 29 Jul 2015 20:40:52 +0000 (22:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 29 Jul 2015 20:40:52 +0000 (22:40 +0200)
commit43ba79ff44859684163d7c3d5a5581ef8a89d352
tree1d66f2cce358e0d993c9f842a041f6e892c87ea8
parent245a2306e29c2c23d50e1e83a35109c11c5a4de5
Moved 'result' into 'database' as the actual class is a database result + added
(functionless) generic class for it. This generic class will be later be
expanded with more functionality.

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/database/class_BaseDatabaseResult.php [new file with mode: 0644]
inc/classes/main/database/result/.htaccess [new file with mode: 0644]
inc/classes/main/database/result/class_CachedDatabaseResult.php [new file with mode: 0644]
inc/classes/main/result/.htaccess [deleted file]
inc/classes/main/result/class_CachedDatabaseResult.php [deleted file]