Invoking a helper function |
It is possible that you setup your custom helper incorrectly. If you're using CI 2.x, here's a link to the instructions on how to do it correctly. If you're using CI 3.x, check that documentation instead. When done correctly, you don't have to create any class instance. You just load it with $this->load->helper('helper_name');
Hey, don't work without a PHP debugger. Several free IDEs have this features built in. Two are NetBeans and CodeLobster. Without a debugger, it's like you're driving with a blindfold on -- you are going to crash!
|
Messages In This Thread |
Invoking a helper function - by eldan88 - 02-12-2015, 07:06 PM
RE: Invoking a helper function - by blakdronzer - 02-12-2015, 07:41 PM
RE: Invoking a helper function - by InsiteFX - 02-12-2015, 08:00 PM
RE: Invoking a helper function - by RobertSF - 02-13-2015, 06:48 PM
RE: Invoking a helper function - by CroNiX - 02-16-2015, 09:59 AM
|