From 35e5be8ac9aaa7a409c7f70b1b882b809c0bb2e1 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 18 Aug 2011 01:22:35 +0200 Subject: Added script that will create the documentation. Also rewritten some documentation, so NaturalDocs can handle them. --- ratatoeskr/sys/models.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ratatoeskr/sys/models.php') 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 @@ -13,6 +13,12 @@ require_once(dirname(__FILE__) . "/utils.php"); db_connect(); +/* + * Variable: $ratatoeskr_settings + * The global 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. @@ -891,12 +897,6 @@ class Settings implements Countable, ArrayAccess, IteratorAggregate public function getIterator() { return new SettingsIterator($this); } } -/* - * Variable: $ratatoeskr_settings - * The global object. For internal use. - */ -$ratatoeskr_settings = new Settings("rw"); - /* * Class: PluginKVStorage * A Key-Value-Storage for Plugins -- cgit v1.2.3-54-g00ecf