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 = ''; }
public function __construct() { parent::__construct(); $this->load->library('unit_test'); }