Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->load->helper(array('form', 'url'));
     $this->load->library('form_validation');
 }
Exemplo n.º 2
0
 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'));
 }
Exemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
     $this->load->helper('url');
 }