On Mar 3, 4:52 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Symfony currently has a better datalayer t2hen cake . It uses propel, > a ORM solution. with cake we still work with (unconvenient) data- > arrays > iirc the cake 2.0 release will contain an object-based datalayer > (written by the cake team)
Well, depends on what you consider better. As nate's example points out, Propel is extremely verbose, especially for handling conditionals (aka: criteria). I prefer Cake's approach. The difference between the use of arrays and objects isn't huge, imho. I prefer arrays as it allows me to easily inject additional properties at runtime if need be. -js --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
