Example #1
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     // load the language file
     $this->lang->load('users');
     // load the users model
     $this->load->model('users_model');
 }
Example #2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
Example #3
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->lang->load('reservations');
     $this->_redirect_url = site_url('reservations');
 }