IgnitedRecord model functionality: hook, behavior or something else? |
[eluser]echadwickb[/eluser]
I've decided to ditch ignitedrecord. It looks like a great tool with awesome features, but it's too deep and confusing for me. Just the same, I've included the code I wrote to extend the model functionality in ignitedrecord. Maybe this is obvious to everyone but me, but hopefully it will help some other poor soul. Code: class IgnitedRecord_reorder { After days and days and days and days of reading through this forum, I've found a few extensions of the model class that are much simpler, yet give me what I originally needed (basic CRUD functionality). In case anyone is curious, I'm currently trying out the following items: phpfour's model extension: Extended Model for CodeIgniter Daniel H's model extension: Model Extension |
Messages In This Thread |
IgnitedRecord model functionality: hook, behavior or something else? - by El Forum - 10-22-2008, 08:49 PM
IgnitedRecord model functionality: hook, behavior or something else? - by El Forum - 10-22-2008, 10:57 PM
IgnitedRecord model functionality: hook, behavior or something else? - by El Forum - 10-28-2008, 01:26 PM
IgnitedRecord model functionality: hook, behavior or something else? - by El Forum - 10-29-2008, 09:44 AM
|