$this->load->helper('url');
somewhere in your controller, or you can put it into the application/config/autoload.php to be loaded automatically everywhere.
(OR)
just add
$autoload['helper'] = array('url');
WebDeveloper Programing PHP, CodeIgniter, HTML5, CSS3, JQUERY, Bootstrap & Scripting Tutorials
$this->load->helper('url');
$autoload['helper'] = array('url');
0 comments:
Post a Comment