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


Messages In This Thread
Anchor URL helper calls page not function - by El Forum - 07-21-2011, 12:18 PM
Anchor URL helper calls page not function - by El Forum - 07-21-2011, 01:22 PM
Anchor URL helper calls page not function - by El Forum - 07-21-2011, 01:57 PM
Anchor URL helper calls page not function - by El Forum - 07-21-2011, 02:12 PM
Anchor URL helper calls page not function - by El Forum - 07-23-2011, 10:03 AM
Anchor URL helper calls page not function - by El Forum - 07-23-2011, 10:07 AM
Anchor URL helper calls page not function - by El Forum - 07-23-2011, 12:02 PM
Anchor URL helper calls page not function - by El Forum - 07-23-2011, 12:13 PM
Anchor URL helper calls page not function - by El Forum - 07-23-2011, 02:32 PM
Anchor URL helper calls page not function - by El Forum - 07-23-2011, 03:14 PM
Anchor URL helper calls page not function - by El Forum - 07-23-2011, 03:54 PM
Anchor URL helper calls page not function - by El Forum - 07-23-2011, 04:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB