Beispiel #1
0
 /**
  * @brief  instance初始化
  */
 private static function _initInstance()
 {
     //support locale
     self::$_support_instance = self::$_conf_cache['valid_instances'];
     if (empty(self::$_support_instance)) {
         self::_fatalErr("check \"valid_instances\" in locale.conf, \"valid_instances\" can't empty!");
     }
 }