public function __construct()
 {
     parent::__construct(__CLASS__);
     $this->cacheFile = APPPATH . 'cache/mobileaddress.php';
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct($this->modelName);
 }
Beispiel #3
0
 public function __construct()
 {
     $this->utype = array(1 => '<span style="color: green">普通用户</span>', 2 => '<span style="color: yellowgreen">商家用户</span>');
     $this->pstatus = array(0 => '<span style="color:red">待审核用户</span>', 1 => '<span style="color: green">正常</span>', 2 => '<span style="color: yellowgreen">审核失败</span>');
     parent::__construct($this->modelName);
 }