Archive for November, 2008
CodeIgniter: Extending the native ‘Model’ and make it your own.
Today I took advantage of CodeIgniter’s ability to extend the native libraries, and I was well satisfied that it just works.
Let me elaborate, I’m in the process of creating models for my CI project, and realized that certain functions within the models were getting repetitive. Using CI’s ability to create my own custom libraries, [...]
Posted on November 7, 2008 at 5:46 pm by Eldee · Permalink
· 8 Comments
In: PHP Tutorials · Tagged with: codeigniter, models, PHP
In: PHP Tutorials · Tagged with: codeigniter, models, PHP
