Example #1
0
 /**
  * 调用配置文件的方法
  *
  * @return array
  */
 private function _getConfig()
 {
     if (!self::$_config) {
         self::$_config = Watt_Config::getCfgFromFile('sync/sync.conf.php');
     }
     return self::$_config;
 }