Using MVC |
[eluser]Matthew Pennell[/eluser]
[quote author="deviant" date="1187709254"]I think there is a similar discussion in this thread http://ellislab.com/forums/viewthread/58506/[/quote] Indeed. The answer to the OP is that Code Igniter doesn't think of models as "an instance of an object representing a record from the database" - models are just places to put your functions that deal with database access. I've written an Active Record implementation that is closer to what you're talking about - I'll post more about it soon. |
Messages In This Thread |
Using MVC - by El Forum - 08-21-2007, 02:38 AM
Using MVC - by El Forum - 08-21-2007, 02:53 AM
Using MVC - by El Forum - 08-21-2007, 03:05 AM
Using MVC - by El Forum - 08-21-2007, 04:14 AM
Using MVC - by El Forum - 08-21-2007, 08:18 AM
Using MVC - by El Forum - 08-21-2007, 09:21 AM
|