core code merged, interfaces OutputStreamer implemented
[shipsimu.git] / inc / database / lib-local.php
index 18d59108e69ceb6efc0e04c40849c30f07e4f799..a689fed4bc556e1c2bb7482568e7e0302231f681 100644 (file)
@@ -2,10 +2,11 @@
 /**
  * Initializes the local file database class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.3.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,6 +21,8 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
+// Zum Testen speichern wir in lokale Dateien (LocalFileDatabase)
 try {
        $layer = LocalFileDatabase::createLocalFileDatabase(PATH . "db/", FileIOHandler::getInstance());
 } catch (SavePathIsEmptyException $e) {