News Feed
Jobs Feed
Sections




News Archive
AskAboutPHP.com:
CodeIgniter Extending the native 'Model' and make it your own.
November 12, 2008 @ 09:31:24

The AskAboutPHP.com blog has posted a helpful new tutorial for those using CodeIgniter out there - how to extend the native Model class to bend it to your will.

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, I was able to create my own custom 'Model' which extends from the core 'Model' object. How this simple architecture has cleaned up my code is simply remarkable.

Rather than overwriting the main Model.php file with some of your own changes, he suggests creating a new library, a "parent model" that can be extended instead to provide some common functions that all of your application's models might need. For something a bit more complex, he also points to this library that extends the models to give it CakePHP-like functionality.

0 comments voice your opinion now!
codeigniter framework model extend custom parent library


blog comments powered by Disqus

Similar Posts

Constantin Bosneaga: Using layout pattern with CodeIgniter

Fawad Hassan's Blog: Load More Using KnockoutJS, PHP/CodeIgniter (Part 1)

PHP-Coding-Practices.com: Making CakePHP's Pagination work with Model::expects()

Evert Pot's Blog: CalDAV Server for PHP

Ajax Magazine: Claw, PHP5 MVC Framework Ajaxified


Community Events











Don't see your event here?
Let us know!


interview code unittest release language podcast application community zendframework2 tool object framework conference example development testing introduction functional series opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework