Build a form in CodeIgniter 2.0
Posted in Articles on March 4th, 2011 by admin – Be the first to commentThere are many ways to build a form in CodeIgniter 2.0. Form Helper documentation is a good starting point to learn more about forms in CodeIgniter, however sometimes it worth to avoid using the helpers if that helps designers to understand your code. Also, form validation in CodeIgniter documentation would be useful to learn more about validations.
Simple form CodeIgniter is an article that we posted time ago. In CodeIgniter 2.0 there are some slightly changes. For references, there are many open source applications in CodeIgniter and blog’s posts with examples how to use the forms and validations in CodeIgniter 2.0.
We can find lot of CRUD examples in CodeIgniter 2.0 and form examples. Some of these CRUD samples will create separated functions for edit and save, others will share the logic in the same edit function, and using a create or update approach. In the example provided by Henri, he used this approach to Add or Update a person. Simple CRUD
Related searches:
- codeigniter 2 crud tutorial
- codeigniter crud tutorial
- codeigniter crud validation
- tutorial CRUD codeigniter 2 0
- codeigniter edit form
- timeago in codeigniter
- crud example in codeigniter
- CRUD sample codeigniter
- crud codeigniter samples
- crud tutorial codeigniter 2 0




