Example #1
0
 /**
  * Auth Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->load->library('ion_auth');
     $this->load->library('session');
     $this->load->library('form_validation');
     $this->load->database();
     $this->load->helper('url');
 }
Example #2
0
 /**
  * Homepage Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }