Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->model_shop = D("Shop");
     $this->model_cat = D('ShopCat');
     $this->assign('bannerpic', 1);
 }
 public function __construct()
 {
     parent::__construct();
     $this->model_group = D("Group");
 }
 public function __construct()
 {
     parent::__construct();
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->loadInArray($this->path, $this->rollen);
 }
 public function __construct()
 {
     parent::__construct();
     $this->model_allview = D("Allview");
 }
 public function __construct()
 {
     parent::__construct();
     $this->model_dress = D("Dress");
     $this->assign('bannerpic', 1);
 }
Example #7
0
 public function __construct()
 {
     parent::__construct();
     $this->model_coco = D('Enroll');
     $this->model_cat = D('CocoCat');
 }
 public function __construct()
 {
     parent::__construct();
     $this->model_active = D("Active");
 }
 public function __construct()
 {
     parent::__construct();
     $this->model_article = D('Article');
     $this->model_cat = D('ArticleCat');
 }
Example #10
0
 public function __construct()
 {
     parent::__construct();
     $this->_checkAuth();
 }
 public function __construct()
 {
     parent::__construct();
     $this->model_pcustom = D("Pcustom");
 }