Ejemplo n.º 1
0
 public function _initialize()
 {
     parent::_initialize();
     //取缓存的Key前缀
     $this->mcPrefix = 'Config::';
 }
Ejemplo n.º 2
0
 public function _initialize()
 {
     parent::_initialize();
     $this->mcPrefix = 'Useradmin::';
 }
Ejemplo n.º 3
0
 public function _initialize()
 {
     parent::_initialize();
     $this->mcPrefix = 'Menu::';
     $this->mcEnable = false;
 }
Ejemplo n.º 4
0
 public function _initialize()
 {
     parent::_initialize();
     $this->sqlMap = array('ip' => get_client_ip(), 'createtime' => time());
 }