From: Roland Häder <roland@mxchange.org>
Date: Mon, 17 Sep 2012 21:29:12 +0000 (+0000)
Subject: Added better description, as the mind map in 'contrib/mindmaps/' suggest, a new
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=41ed04ff39300a5df138caa692b4d816ea2d48a0;p=core.git

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
---

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 <webmaster@ship-simu.org>
  * @version		0.0.0