Eno schrieb: > On Oct 2, 10:14 am, Matthias Nothhaft <[EMAIL PROTECTED]> wrote: > >> Furthermore Doctrine is able to hydrate arrays instead of objects. This >> saves memory and speeds up your application. > > Ive been writing model methods to emulate stuff like this so this > sounds very cool. > > Would you describe Doctrine in general, as more lightweight than > Propel? > Does it have better (faster?) performance?
Working with arrays IS faster and requires less memory. Furthermure it is MUCH easier with Doctrine to write JOINs - and to save queries.. But IMHO it's mostly more flexible than Propel.. You can do these things with Propel anyhow but as you wrote above you somethimes need to write workarounds.. > Im also a big fan of migrations (which I feel is missing in Symfony > right now). I know you can call migration methods from a class but how > do you actually "run" a migration? Are there new symfony command-line > tasks added by the plugin? Or is there a special file that contains > all migrations? How does that work? This is a very new feature. You can get more info about that in the documentation. And there will be symfony tasks in the future but I can't say when.. But you can already use it! Regards, Matthias --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
