![]() |
Forms not showing! - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Forms not showing! (/showthread.php?tid=48602) |
Forms not showing! - El Forum - 01-22-2012 [eluser]Unknown[/eluser] Hello, I'm new to CodeIgniter and i'm haveing a problem with the form. So first of all I loaded the form helper in config/autload.php Code: $autoload['helper'] = array('form'); I created a controller called auth.php in "controllers" folder Code: <?php and created a file named "login.php" that I placed in a folder named "auth" inside "view" folder Code: <?=form_open()?> but when I go to http://localhost/index.php/auth/login the only thing I see is the text without the forms. |