Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('batch_model');
     $this->load->model('resource_model');
     $this->load->model('register_model');
     $this->load->model('coupon_model');
     $this->load->helper('form');
     $this->load->library('form_validation');
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('batch_model');
     $this->load->model('resource_model');
     $this->load->model('register_model');
     $this->load->model('resource_model');
     $this->load->model('pincode_model');
     $this->load->model('user_model');
     $this->load->model('sendemail_model');
     $this->load->model('report_model');
     $this->load->model('payment_model');
 }