示例#1
0
 /**
  * Get a configuration object
  *
  *
  * @return EQConfig object
  */
 public static function getConfig()
 {
     if (!self::$conf) {
         self::$conf = self::_createConfig();
     }
     return self::$conf;
 }