CRUD Model for Codeigniter 2.0 |
[eluser]taggedzi[/eluser]
Well, it is a good idea, but at the moment it is not possible, at least according to the Codeigniter User Guide. http://ellislab.com/codeigniter/user-gui...aries.html Quote:Note: At this time the Database classes can not be replaced with your own versions. My original concept for this model (long before public release) was an extension of the database class, but I found a model worked perfectly for what I wanted, so that is what I ran with. I like the idea and if CI ever opens up the DB class to extension I may consider it. But for now, a model works perfectly for what I need, so I'll stick with it. [User Edited: spelling correction] |
Messages In This Thread |
CRUD Model for Codeigniter 2.0 - by El Forum - 05-24-2011, 11:21 PM
CRUD Model for Codeigniter 2.0 - by El Forum - 05-25-2011, 04:00 AM
CRUD Model for Codeigniter 2.0 - by El Forum - 05-25-2011, 10:55 AM
CRUD Model for Codeigniter 2.0 - by El Forum - 05-25-2011, 03:21 PM
CRUD Model for Codeigniter 2.0 - by El Forum - 05-25-2011, 04:48 PM
CRUD Model for Codeigniter 2.0 - by El Forum - 05-26-2011, 03:31 AM
CRUD Model for Codeigniter 2.0 - by El Forum - 05-29-2011, 10:07 PM
|