diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-01-15 21:11:03 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-01-15 21:11:03 +0100 |
commit | 3ec6e95deec14d4a5f4eae77de6e3ea52c0d3e6b (patch) | |
tree | c44e6bce143674705f6ee91b49bc85a8f9522110 /ratatoeskr/sys/models.php | |
parent | e6ae75f3f8ee1b3e4ace4e2884ef0f8093ffd6ba (diff) | |
download | ratatoeskr-cms-3ec6e95deec14d4a5f4eae77de6e3ea52c0d3e6b.tar.gz ratatoeskr-cms-3ec6e95deec14d4a5f4eae77de6e3ea52c0d3e6b.tar.bz2 ratatoeskr-cms-3ec6e95deec14d4a5f4eae77de6e3ea52c0d3e6b.zip |
Documentation of settings.
Diffstat (limited to 'ratatoeskr/sys/models.php')
-rw-r--r-- | ratatoeskr/sys/models.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php index 913177e..255fafc 100644 --- a/ratatoeskr/sys/models.php +++ b/ratatoeskr/sys/models.php @@ -32,7 +32,16 @@ $imagetype_file_extensions = array( /* * Variable: $ratatoeskr_settings - * The global <Settings> object. For internal use. + * The global <Settings> object. Can be accessed like an array. + * Has these fields: + * + * "default_language" - The Language code of the default language. + * "comment_visible_default" - True, if comments should be visible by default. + * "allow_comments_default" - True, if comments should be allowed by default. + * "default_section" - The id of the default <Section>. + * "comment_textprocessor" - The textprocessor to be used for comments. + * "languages" - Array of activated languages. + * "last_db_cleanup" - Timestamp of the last database cleanup. */ $ratatoeskr_settings = NULL; |