예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new OpinionModel();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new IdeasModel();
 }
예제 #3
0
 /**
  * 前台话题专栏管理
  */
 public function __construct()
 {
     parent::__construct();
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new SearchModel();
 }
예제 #5
0
 /**
  * 前台创意管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->userid = \Session::get('user.uid');
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new GoodsModel();
     $this->uid = \Session::has('user.uid') ? \Session::get('user.uid') : 0;
 }
예제 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new ProductModel();
     $this->orderProModel = new OrderProductModel();
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new StoryBoardModel();
 }
예제 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new CompanyModel();
 }