Public Member Functions | |
set ($key, $val) | |
set a global configuration value | |
Static Public Member Functions | |
get ($key) | |
get a global configuration value. | |
Private Member Functions | |
__construct () | |
nobody needs to access this... | |
Static Private Attributes | |
$data = array() | |
we store the config options in an array. |
|
nobody needs to access this...
Definition at line 20 of file config.inc.php. |
|
|
set a global configuration value
Definition at line 42 of file config.inc.php. Referenced by BaseImage::__construct(), and BaseModule::init(). |
|
we store the config options in an array.
Definition at line 15 of file config.inc.php. |