Example #1
0
 static function loadConfig($config_filename)
 {
     self::$_config = (require $config_filename);
 }