From: Roland Haeder Date: Fri, 6 Mar 2015 23:19:12 +0000 (+0100) Subject: Renamed some paths and a class for better understanding them: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b0d513d846a787285baa062db26da2879077df6;hp=5b0d513d846a787285baa062db26da2879077df6;p=core.git Renamed some paths and a class for better understanding them: - 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 ---