04-25-2009, 04:33 AM
[eluser]KeyStroke[/eluser]
Hi,
I've coded about 4 applications with CodeIgniter, and every time I start a new one, the most daunting and tiresome work is the creation and validation of forms. I understand it's fairly simple when creating a single form, but it quickly becomes a boring routine, especially when the security/validation part in form isn't always the same, so it's hard to reuse.
So my question is, what do you usually do to speed up the process of building forms and securing data entry?
Your input is much appreciated
Hi,
I've coded about 4 applications with CodeIgniter, and every time I start a new one, the most daunting and tiresome work is the creation and validation of forms. I understand it's fairly simple when creating a single form, but it quickly becomes a boring routine, especially when the security/validation part in form isn't always the same, so it's hard to reuse.
So my question is, what do you usually do to speed up the process of building forms and securing data entry?
Your input is much appreciated