Method: c::load
Loads an additional config file
Returns the entire configuration array
Info
Syntax
c::load($file)
Parameters
- $file (string) The path to the config file
Return (array)
The entire config array
Example
$config = c::load('config.php');
// loads an external config file and returns the whole configuration array