Form helper doesn't load |
09-16-2015, 06:16 AM
(This post was last modified: 09-16-2015, 06:18 AM by PaulD. Edit Reason: Small clarification )
It does sounds like you are not loading the form helper: $this->load->helper('form');
Although if you are sure you are, can you show the code you are using on homepage_test.php on line 91 and surrounding relevant code? I would normally expect to see the form_open used in a view file, not the controller. The format should be of the form described in the docs here: http://www.codeigniter.com/user_guide/he...#form_open Best wishes, Paul. |
Messages In This Thread |
Form helper doesn't load - by webdivision - 09-15-2015, 05:07 PM
RE: Form helper doesn't load - by PaulD - 09-16-2015, 06:16 AM
RE: Form helper doesn't load - by webdivision - 09-17-2015, 06:46 AM
|