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, $page='', $save=false) |
Fetch config item from db or config file. | |
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).
static config::get | ( | $ | config_str, | |
$ | page = '' , |
|||
$ | save = false | |||
) | [static] |
static config::get_version_info | ( | ) | [static] |
On a OP5 Monitor system, return the system version.
const config::CONFIG_NOT_FOUND = null |
Dummy value to compare to when .
.. no config was found!