Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('Admin_model');
     //每页条数
     $this->page_size = config_item('page_size');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('Active_model');
     $this->load->model('Shop_model');
     //$this->load->model('Shop_model');	//广告总数
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('form');
     $this->load->helper('url');
     $this->load->helper("file");
     $this->load->library('form_validation');
     $this->load->model('resource_model');
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('resource_model');
     $this->load->model('report_model');
     $this->load->model('batch_model');
     $this->load->model('user_model');
     $this->load->model('pincode_model');
     $this->load->model('payment_model');
     $this->load->model('sendemail_model');
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('Auth_model');
 }
Example #6
0
 public function __construct()
 {
     parent::__construct();
 }
Example #7
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('update_seller_info_model');
 }
Example #8
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('show_find_model');
 }