Class WsConfig
WsConfig Sets or fetch config variables. Good practice is to define all default config variables in 'protected/config/config.php' file.
Example usage:
// get database driver name $cs = WsConfig::get('db_driver'); // set database host name to localhost WsConfig::set('db_host', 'localhost');
Located at WsConfig.class.php
public static
boolean
|
|
public static
string
|
|
public static
boolean
|