3
I’m starting with Codeigniter, I use version 2.2 and I’m having problems using the function anchor
.
The following error occurs:
Fatal error: Call to Undefined Function Anchor()
I don’t know if the reason is the version or something like that, if someone can help me or speak another function that can use with the same result, thank you.
Did you actually load the helper
url
in the place where it is calling theanchor
? In autoload or controller? Put a little more detail.– Marcelo Diniz
Where does this error happen in your code? Post a little code for us. See [Ask] and make a [tour].
– gmsantos