Public Member Functions | |
get ($option) | |
set ($option, $value) | |
load () | |
save () | |
Store the configuration retrieved from database.
Config::get | ( | $option | ) |
You can use either Config->attribute or Config->get(attribute)
Config::load | ( | ) |
Load the config from the database into this Config object
Config::set | ( | $option, | |
$value | |||
) |
You can use either Config->attribute=… or Config->set(attribute, value)