コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_view->setTemplate('default');
     // Cambiamos el template
     // $this->_nicks = $this->loadModel('index');
     $this->_view->setWidgetOptions('menu-top', array('top', 'top', 'true'));
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
ファイル: brand_postController.php プロジェクト: xxxtj/code
 function __construct()
 {
     parent::__construct('');
 }
コード例 #4
0
ファイル: indexController.php プロジェクト: lzmyoyo/ninxingfu
 public function __construct()
 {
     parent::__construct();
     $this->adminMenuObj = new adminMenuModel();
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->systemProductService = new systemProductService();
     $this->productService = new productService();
 }
コード例 #6
0
ファイル: shopController.php プロジェクト: lzmyoyo/ninxingfu
 public function __construct()
 {
     parent::__construct();
     $this->shopObj = new shopModel();
 }
コード例 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->showCategoryModel = new showCategoryModel();
 }
コード例 #8
0
ファイル: homeController.php プロジェクト: lzmyoyo/ninxingfu
 public function __construct()
 {
     parent::__construct();
     $this->homeService = utils::getService('home');
     $this->homeModel = $this->homeService->model;
 }
コード例 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->addressObj = new addressModel();
 }
コード例 #10
0
 public function __construct()
 {
     $this->adminUserObj = new adminUserModel();
     parent::__construct();
     $this->menuTitle = '管理员用户';
 }
コード例 #11
0
ファイル: userController.php プロジェクト: lzmyoyo/ninxingfu
 public function __construct()
 {
     parent::__construct();
     $this->userObj = new userModel();
     $this->menuTitle = '用户管理';
 }
コード例 #12
0
ファイル: orderController.php プロジェクト: lzmyoyo/ninxingfu
 public function __construct()
 {
     parent::__construct();
     $this->orderObj = utils::getService('order')->model;
 }
コード例 #13
0
 public function __construct()
 {
     parent::__construct();
     $this->userApplicationObj = new userApplicationModel();
     $this->menuTitle = '商家申请';
 }