| m u s h i n |mu-shin.ca

 
July 2, 2009

CodeIgniter standard model

Tags: , , — Marc Trudel-BĂ©lisle @ 1:14 AM

I have been working with CodeIgniter for a while, for a personal project of mine. Here is the current model all my other model are extending – its a nice way to wrap up the basic standard ways of making certain operations for all models. Following are some notes concerning that code.

class M_core extends Model [...]

Powered by WordPress