Renamed DatabaseResult to CachedDatabaseResult as it is actually "caching" the
authorRoland Haeder <roland@mxchange.org>
Mon, 16 Mar 2015 18:57:33 +0000 (19:57 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 16 Mar 2015 18:57:33 +0000 (19:57 +0100)
commit36dfe2c7247a1e6460826b41ce2cc011bb2d4ef9
treef68cad4c70d7820c4e6ec4ffc73e0420b8bc9ef7
parent57adde2ad243a28700a9e1352e6c9eafaa90cfc4
Renamed DatabaseResult to CachedDatabaseResult as it is actually "caching" the
whole result. This means that the result is kept in array and this result can be
used as an iterator to "walk" over the whole result. Later on if a non-cached
version is coming the iteration will callback the backend for the actual
iteration.

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