Exemplo n.º 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'));
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct('');
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->adminMenuObj = new adminMenuModel();
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->systemProductService = new systemProductService();
     $this->productService = new productService();
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->shopObj = new shopModel();
 }
Exemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->showCategoryModel = new showCategoryModel();
 }
Exemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->homeService = utils::getService('home');
     $this->homeModel = $this->homeService->model;
 }
Exemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->addressObj = new addressModel();
 }
Exemplo n.º 10
0
 public function __construct()
 {
     $this->adminUserObj = new adminUserModel();
     parent::__construct();
     $this->menuTitle = '管理员用户';
 }
Exemplo n.º 11
0
 public function __construct()
 {
     parent::__construct();
     $this->userObj = new userModel();
     $this->menuTitle = '用户管理';
 }
Exemplo n.º 12
0
 public function __construct()
 {
     parent::__construct();
     $this->orderObj = utils::getService('order')->model;
 }
 public function __construct()
 {
     parent::__construct();
     $this->userApplicationObj = new userApplicationModel();
     $this->menuTitle = '商家申请';
 }