README
Todo List
[line 15]
[line 16]
[line 18]
[line 17]
static void getDBConfig( $connection)
static Config getInstance( [ $config_name = ''], string $filename)
To override the default just call Config::load('filename') with your custom config.
Config __construct( $config_name)
void getFilename( )
boolean save( [string $filename = ''])
To override the default just call Config::save('filename') with your custom config.
string __get( string $field)
In the first call, it loads the config file
void __isset( $field)
void __set( $field $field, $value $value)