CodeIgniter Forums
Small application with a form - 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: Small application with a form (/showthread.php?tid=45818)



Small application with a form - El Forum - 10-07-2011

[eluser]fernandoch[/eluser]
Hello,

I am new with codeigniter and I would like to create a simple application to insert in a table and to be able to query that data. What would be the approach?

1. Create the controller with the insert function
2. Create the model for the table
3. Create a view to query the data

Is that correct? Any good tutorial to do that?