Added better description, as the mind map in 'contrib/mindmaps/' suggest, a new
[core.git] / 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.
  *
 /**
  * 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
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0