Example #1
0
 public function __init()
 {
     parent::__init();
     // init memu url list
     $this->index = '/debug/';
     $this->apiAuth = '/debug/auth';
     $this->apiQuit = '/debug/quit';
     $this->apiHome = '/debug/apiHome';
     $this->apiList = '/debug/apiList';
     $this->apiStat = '/debug/apiStat';
     // Get service action's annotation list
     $this->serviceConfigList = $this->_getServiceConfigList();
     $this->_printHead();
 }
Example #2
0
 /**
  * ---------------------------------------------------------------------------------------------
  * > 全局设置:
  * <code>
  * </code>
  * ---------------------------------------------------------------------------------------------
  */
 public function __init()
 {
     parent::__init();
 }
Example #3
0
 /**
  * ---------------------------------------------------------------------------------------------
  * > 全局设置:
  * <code>
  * </code>
  * ---------------------------------------------------------------------------------------------
  */
 public function __init()
 {
     parent::__init();
     // get image host
     $this->imageHost = __HOST_WEBSITE;
 }