Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->load->model('form_model');
     $this->load->library(array('MyCaptcha', 'session'));
     $this->load->helper(array('array', 'email'));
     $this->header_template = '';
     $this->footer_template = '';
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('unit_test');
 }