Пример #1
0
 /**
  * 加载自定义的配置文件
  */
 protected function initConfig()
 {
     $this->_config->load('cityDomain');
     $this->_cityDomains = $this->_config->cityDomain;
 }
Пример #2
0
 /**
  * 加载配置文件
  */
 protected function initConfigFile()
 {
     $this->_config->load('common');
 }