コード例 #1
0
 /**
  * Init config settings and resoure for this module
  *
  */
 protected function _initModuleConfig()
 {
     // load ini file
     Agana_Util_Bootstrap::loadModuleIni(dirname(__FILE__) . '/configs/module.ini', 'location', $this);
 }