Model objects linked directly to db tables? |
[eluser]WanWizard[/eluser]
Lots. You can either go for a lightweight MY_Model solution that your models can extend. Jamie Rumbelow created a good one. If you're looking for more advanced features like for example relations (so you can easily fetch all groups related to a user for example), you need to look at an ORM. Search here and you'll probably find a few... |
Messages In This Thread |
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 10:52 AM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 12:21 PM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 12:41 PM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 12:55 PM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 04:45 PM
Model objects linked directly to db tables? - by El Forum - 05-10-2012, 09:39 PM
Model objects linked directly to db tables? - by El Forum - 05-11-2012, 04:17 AM
|