I want to ask. what if I have a form in a (View folder) gatepass.php and this page was called by (view)main_frame page navigator/menu bar unto its page. this main_frame page was called by the controller home.php
how can I call the form into the gatepassController.php? can I do that? I want gatepassController.php to control the form in gatepass.php so that the home.php won't be crowded by other pages.
I also have this error:
Fatal error: Call to undefined function form_open() in C:\xampp\htdocs\project\application\views\gatepass.php on line 109
I don't know where to call that form. It is very important to me. Thank you in advance.