From 41ed04ff39300a5df138caa692b4d816ea2d48a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 17 Sep 2012 21:29:12 +0000 Subject: [PATCH] Added better description, as the mind map in 'contrib/mindmaps/' suggest, a new and fully from group up redesigned database will be added. More (if done ;) ) in the wiki: http://wiki.ship-simu.org --- .../main/database/databases/class_LocalFileDatabase.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inc/classes/main/database/databases/class_LocalFileDatabase.php b/inc/classes/main/database/databases/class_LocalFileDatabase.php index 655d1442..efe6951b 100644 --- a/inc/classes/main/database/databases/class_LocalFileDatabase.php +++ b/inc/classes/main/database/databases/class_LocalFileDatabase.php @@ -2,7 +2,11 @@ /** * Database backend class for storing objects in locally created files. * - * This class serializes objects and saves them to local files. + * This class serializes arrays stored in the dataset instance and saves them + * to local files. Every file (except 'info') represents a single line. Every + * directory within the 'db' (base) directory represents a table. + * + * A configurable 'file_io_class' is being used as "storage backend". * * @author Roland Haeder * @version 0.0.0 -- 2.39.5