]> git.mxchange.org Git - core.git/commitdiff
Renamed some paths and a class for better understanding them:
authorRoland Haeder <roland@mxchange.org>
Fri, 6 Mar 2015 23:19:12 +0000 (00:19 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 6 Mar 2015 23:22:12 +0000 (00:22 +0100)
- Classes in 'databases' were backend classes (doing the hard work) so it got renamed to 'backend'
- Classes in 'wrapper' were frontend classes (which classes from e.g. the "business logic" may use) so it got renamed to 'frontend'
- To both above renames there are already proper "base" classes
- Renamed 'LocalFileDatabase' to 'CachedLocalFileDatabase' as the entire (!) result is stored in $resultData. This is maybe fine for small tables but never good for tables with a lot rows (I don't want to name a number here).
- TODOs.txt updated

Signed-off-by: Roland Häder <roland@mxchange.org>

No differences found