Help class for handling config items transparently, i.e independent of storage location (file or database). More...
Static Public Member Functions | |
static | get ($config_str=false, $page='', $save=false, $skip_session=false) |
Fetch config item from db or config file If $page is set it will fetch for a page-specific setting for current user. | |
static | get_cgi_cfg_key ($key=false, $file='cgi.cfg') |
Fetch specific key from config file Default is cgi.cfg. | |
static | get_version_info () |
On a OP5 Monitor system, return the system version. | |
Data Fields | |
const | CONFIG_NOT_FOUND = null |
Dummy value to compare to when . |
Help class for handling config items transparently, i.e independent of storage location (file or database).
const config_Core::CONFIG_NOT_FOUND = null |
Dummy value to compare to when .
.. no config was found!