08-23-2009, 11:59 PM
[eluser]Robertson Freitas[/eluser]
I just posted on my blog a simple CRUD example with pagination and validation using CodeIgniter 1.7.1:
http://blog.robertsonfreitas.com/2009/08...deigniter/
The post is in Portuguese, but the code has comments in English.
My example uses this one as a base, which I consider a good model for those who are starting to learn CI:
http://henrihnr.wordpress.com/2009/04/26...plication/
I would greatly appreciate your opinion, particularly related to:
- Security
- Best practices
- Thin Model / Fat controller
- Validation
I just posted on my blog a simple CRUD example with pagination and validation using CodeIgniter 1.7.1:
http://blog.robertsonfreitas.com/2009/08...deigniter/
The post is in Portuguese, but the code has comments in English.
My example uses this one as a base, which I consider a good model for those who are starting to learn CI:
http://henrihnr.wordpress.com/2009/04/26...plication/
I would greatly appreciate your opinion, particularly related to:
- Security
- Best practices
- Thin Model / Fat controller
- Validation