Added better description, as the mind map in 'contrib/mindmaps/' suggest, a new
authorRoland Häder <roland@mxchange.org>
Mon, 17 Sep 2012 21:29:12 +0000 (21:29 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 17 Sep 2012 21:29:12 +0000 (21:29 +0000)
and fully from group up redesigned database will be added. More (if done ;) )
in the wiki: http://wiki.ship-simu.org

inc/classes/main/database/databases/class_LocalFileDatabase.php

index 655d14420e259e4d73546e62de9784b76d3b2bdc..efe6951b3f63fea0e9c0ba283ed77defd7416da3 100644 (file)
@@ -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