![]() |
Resolved: Form helper not working... - 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: Resolved: Form helper not working... (/showthread.php?tid=41518) |
Resolved: Form helper not working... - El Forum - 05-10-2011 [eluser]regal2157[/eluser] Just want to give some background. I'm working on someone's site, which is a 1.7 version of CI. I will eventually upgrade it, but that is not the companies priority.. (I'm not developing anything huge either, so it doesn't bother me as I am not making a huge system twice then) Anyways, in the view, I use the form helper, such as: Code: <?php When I view the page via the controller, All that is returned is "Put something in the input box:" Even the source has no form elements. The form helper is in the autoload, and since it wasn't working there, I put it in the corresponding controller. I've tried it with it initialized in both, and just the controller. Any ideas? EDIT: (I can't delete the topic) I just realized afterwards that I didn't include the echo part on each line! Silly me! |