codefinder.info/codefinder/blog
Technology blog for codeigniter, jquery, ajax, and php
Technology blog for codeigniter, jquery, ajax, and php
I have been developing dynamic websites with codeigniter, jquery, ajax and php for several years now.
I feel I owe something back to the communities which gave me so much.
I will try to list here some useful code snippets.
Often a simple crud is a great way to learn how to use a framework.
This example uses a model, controller and views in the classic MVC architecture.
Here is the source.
I havent added the jquery and jquery validate plugin. Please download them separately.