Code.
CodeIgniter Standard Project
A simple example of a standard CodeIgniter project. This is very useful for testing and example CodeIgniter to new devs.Code
CodeIgniter MongoDB Model
A model I created while testing out MongoDB. If you're looking to use MongoDB on a production site I'd recommend taking a look at Alex Bilbie's MongoDB library as it is much more refined.Code
CodeIgniter MY_Controller
Extends CodeIgniter's Controller class to add basic templating and global control.Code
CodeIgniter Standard DMZ Project
A simple example of a standard CodeIgniter project using DataMapper overZealous edition for ORM. This is very useful for testing and example CodeIgniter to new devs.Code