07-23-2011, 03:54 PM
[eluser]InsiteFX[/eluser]
Autoload the url_helper ?
Also your constructor is wrong! It should not be named Drawback.
Now the anchor should work!
InsiteFX
Autoload the url_helper ?
Also your constructor is wrong! It should not be named Drawback.
Code:
function __construct()
{
parent::__construct();
$this->load->helper('url');
}
Now the anchor should work!
InsiteFX