Help about Helpers - 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: Help about Helpers (/showthread.php?tid=13222) |
Help about Helpers - El Forum - 11-15-2008 [eluser]umefarooq[/eluser] HI im creating my own form helper but facing some problem. i created one function for yes no radio buttons which is calling system's form_radio function but when i call my function it gives error form_radio Quote:Call to undefined function form_radio()shall i have to copy system form helper file code in my form helper file, or is there any way to call system's helper file code in my file directly. and my helper file name is MY_form_helper.php as written id user guid Help about Helpers - El Forum - 11-15-2008 [eluser]umefarooq[/eluser] my problem is solved its working fine i forgot to call form helper, its working fine now my custom form helper is working fine CI really nice, im using first time CI that's why facing such problems, |