Video Series: Extending the Codeigniter Core with MY_Model
Join the DZone community and get the full member experience.
Join For FreeIn this video series from codeigniter.tv, Joost van Veen introduces MY_Model, the foundation of good Codeigniter extensions.
Joost describes MY_Model like this:
Bascially, a MY_Model is a base model from which you can extend all other models. In your MY_Model you would typically define all basic CRUD (Read, Update, Delete) functionality.
Two videos are currently up:
and more are on the way.
Watch the embeds below, or click through to the first and second videos on codeigniter.tv.
CodeIgniter
Opinions expressed by DZone contributors are their own.
Comments