Пример #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
 function __construct()
 {
     parent::__construct('');
 }
Пример #4
0
 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
 public function __construct()
 {
     parent::__construct();
     $this->shopObj = new shopModel();
 }
Пример #7
0
 public function __construct()
 {
     parent::__construct();
     $this->showCategoryModel = new showCategoryModel();
 }
Пример #8
0
 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
 public function __construct()
 {
     parent::__construct();
     $this->userObj = new userModel();
     $this->menuTitle = '用户管理';
 }
Пример #12
0
 public function __construct()
 {
     parent::__construct();
     $this->orderObj = utils::getService('order')->model;
 }
 public function __construct()
 {
     parent::__construct();
     $this->userApplicationObj = new userApplicationModel();
     $this->menuTitle = '商家申请';
 }