aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/models.php
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2011-08-18 01:22:35 +0200
committerKevin Chabowski <kevin@kch42.de>2011-08-18 01:22:35 +0200
commit35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1 (patch)
tree8e2a094598b7232c8ad87c6146af88e790746d62 /ratatoeskr/sys/models.php
parentbd745354de0247ff4d1903cb9d96fd50dfb4bfce (diff)
downloadratatoeskr-cms-35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1.tar.gz
ratatoeskr-cms-35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1.tar.bz2
ratatoeskr-cms-35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1.zip
Added script that will create the documentation.
Also rewritten some documentation, so NaturalDocs can handle them.
Diffstat (limited to 'ratatoeskr/sys/models.php')
-rw-r--r--ratatoeskr/sys/models.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php
index 13d5843..f2f6076 100644
--- a/ratatoeskr/sys/models.php
+++ b/ratatoeskr/sys/models.php
@@ -14,6 +14,12 @@ require_once(dirname(__FILE__) . "/utils.php");
db_connect();
/*
+ * Variable: $ratatoeskr_settings
+ * The global <Settings> object. For internal use.
+ */
+$ratatoeskr_settings = new Settings("rw");
+
+/*
* Class: DoesNotExistError
* This Exception is thrown by an ::by_*-constructor or any array-like object if the desired object is not present in the database.
*/
@@ -892,12 +898,6 @@ class Settings implements Countable, ArrayAccess, IteratorAggregate
}
/*
- * Variable: $ratatoeskr_settings
- * The global <Settings> object. For internal use.
- */
-$ratatoeskr_settings = new Settings("rw");
-
-/*
* Class: PluginKVStorage
* A Key-Value-Storage for Plugins
* Can be accessed like an array.