boolean save(
[string
$filename = ''])
|
|
Saves the config from the array file into an inifile
To override the default just call Config::save('filename') with your custom config.
Tags:
Parameters:
string __get(
string
$field)
|
|
Get a single value from the config
In the first call, it loads the config file
Tags:
Parameters: