Welcome Guest, Not a member yet? Register   Sign In
Anchor URL helper calls page not function
#11

[eluser]InsiteFX[/eluser]
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
#12

[eluser]edziffel[/eluser]
thanks Insitefx,

Will make the change. Also reviewed the constructors section in user guide and will do more homework on constructors in general.

Ed




Theme © iAndrew 2016 - Forum software by © MyBB