function __construct()
 {
     parent::__construct();
     $this->load->helper(array('form', 'url'));
     $this->load->library('form_validation');
 }
 function __construct()
 {
     parent::__construct();
     $this->load->helper(array('form', 'url', 'file'));
     $this->load->library('mpdf');
 }
 function __construct()
 {
     parent::__construct();
     $this->load->helper(array('form', 'url'));
 }
 function __construct()
 {
     parent::__construct();
     $this->load->helper('url');
 }