KWeb
6.4
|
This singleton is used to store/retrieve settings. More...
Public Member Functions | |
__destruct () | |
Static Public Member Functions | |
static | instance ($create=true) |
Static Public Attributes | |
static | $inst = null |
Protected Member Functions | |
__construct () |
This singleton is used to store/retrieve settings.
Typically, all settings should be set in the config files upon startup.
Call the methods statically (KSetting::$inst->get()). KSetting doesn't have to be initialized before using.
For storing/retrieving request specific variables use KVar.
KSetting::__construct | ( | ) | [protected] |
Reimplemented from KVarBase.
Reimplemented in KWebSetting.
KSetting::__destruct | ( | ) |
Reimplemented from KVarBase.
Reimplemented in KWebSetting.
static KSetting::instance | ( | $ | create = true | ) | [static] |
Reimplemented in KWebSetting.
KSetting::$inst = null [static] |
Reimplemented in KWebSetting.