Welcome Guest, Not a member yet? Register   Sign In
My Helper function not found
#1

[eluser]IvanBlue[/eluser]
Hello, I created a helper function and I put it inside application/helpers with the name my_helper.php. In development it works perfectly, I can use the function defined in there anywhere but in production the function are not found. What am I doing wrong?

Thanks.
#2

[eluser]Italo Domingues[/eluser]
Hello. Before using the helper you must load it using:
Code:
$this->load->helper('my_helper');




Theme © iAndrew 2016 - Forum software by © MyBB