Esempio n. 1
0
 function __construct()
 {
     parent::__construct();
     $this->CI =& get_instance();
     $this->user = $this->CI->carpool_session->userdata('carpool');
     $this->load->model('Trip_model');
     $this->load->model('Customer_model');
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     $this->CI =& get_instance();
     $this->load->model('vechicle_model');
     $this->load->model('Travel_model');
     $this->load->model('Trip_model');
     $this->load->model('Enquiry_model');
     $this->load->helper('url');
 }
Esempio n. 3
0
 function __construct()
 {
     parent::__construct();
     remove_ssl();
     $this->CI =& get_instance();
     $this->load->model('Enquiry_model');
     $this->load->model('vechicle_model');
     $this->load->model('travel_model');
     $this->load->helper('date');
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     $this->CI =& get_instance();
     $this->load->helper('form');
     $this->load->helper('date');
     $this->load->model('Customer_model');
     $this->load->model('vechicle_model');
     $this->lang->load('backend');
     $this->load->helper('url');
 }
Esempio n. 5
0
 function __construct()
 {
     parent::__construct();
     $this->CI =& get_instance();
     $this->load->library('Auth_travel');
 }