Source for file Settings.php
Documentation is available at Settings.php
* Contains the settings class
* @copyright Copyright (c) 2007 Mirchev Ideas Ltd. All rights reserved.
* @copyright Copyright (c) 2007 Mirchev Ideas Ltd. All rights reserved.
* Returns the settings object
* @return object the settings object object
static $settingObj =
null;
$settingObj =
new miSettings;
* Returns the setting value for a setting with name $name
* @return mixed the value
public function get($name)
* Sets the setting value for setting with name $name
* Overwrites previous setting
public function set($name, $value)
* Sets multiple settings value
* Overwrites previous setting
* @param array $settings associative array with setting values
Documentation generated on Thu, 08 May 2008 16:57:31 +0300 by phpDocumentor 1.4.1