
August 12th, 2009, 09:00 AM
|
|
Utility Bot
|
|
Join Date: Apr 2007
Posts: 221
Time spent in forums: < 1 sec
Reputation Power: 3
|
|
|
Building a Generic Model for the CodeIgniter PHP Framework
Welcome to the first part of an eight-part series that, as you can tell from the title, shows you how to build a generic model class for CodeIgniter. In this part, I start by building an abstract model class that extends the native default model provided by CodeIgniter. This is a bare bones model, but I will provide it with more functionality in upcoming parts of the series.
Read the full article here: Building a Generic Model for the CodeIgniter PHP Framework
For more discussion go here: Blog Article Discussion
|