![]() |
Extending helper prints to screen - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Extending helper prints to screen (/showthread.php?tid=32469) |
Extending helper prints to screen - El Forum - 07-24-2010 [eluser]Zac G.[/eluser] Hi, I am trying to extend the array helper, but anything I put into the MY_array_helper.php file prints directly to the view. The actual code from the helper function prints. Any suggestions? Know what I might be doing wrong? Thanks, Zac Extending helper prints to screen - El Forum - 07-24-2010 [eluser]Zac G.[/eluser] Oops, think I was just leaving out the opening and closing php tags |