![]() |
Where are the form helpers supposed to be used? - 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: Where are the form helpers supposed to be used? (/showthread.php?tid=15161) |
Where are the form helpers supposed to be used? - El Forum - 01-27-2009 [eluser]ryeguy[/eluser] This might sound dumb, but should I use the form helper components to generate the form objects, and then pass the array of controls into the view? Or should I just put the actual form_input etc function calls directly inside the view? If you can do that.. Where are the form helpers supposed to be used? - El Forum - 01-28-2009 [eluser]darkhouse[/eluser] Just use them in the view. |