Simple MY_Model class for all models in Codeigniter
Codeigniter’s model structure is a bit complicated and doesn’t quite work in the ways you would think it should. However, I have extended the default model class to include some helpful functions which should be available to all models. It is by far the easiest and most comfortable way to use models in Codeigniter that [...]