Charley Tiggs schrieb:
> Ian P. Christian wrote:
>> Charley Tiggs wrote:
>>> Ian P. Christian wrote:
>>>>> 2) When using Propel now will there be a way to update to Doctrine in 
>>>>> the future when it has become more stable?
>>>> Very unlikely, they use different concepts.  Propel is focuses around a
>>>> Criteria object for selecting, doctrine is not.
>>> Ian,
>>>
>>> Can you expand on this a little bit?  Can you expand on why you use 
>>> sfDoctrine instead of sfPropel?
>>>
>> http://trac.symfony-project.com/wiki/ComparingPropelAndDoctrine
> 
> Thanks.  I had seen this before.  But beyond those few reasons, why 
> would I choose Doctrine instead of the "official" OR/M framework in symfony?
> 
> What I'm trying to do is justify to my team members the need to switch 
> to Doctrine and spend the extra development time (read client's money) 
> towards Doctrine.

Doctrine offers additional features you will not (maybe never) find in
Propel. For example support for:

- templates (IMHO a killer feature of Doctrine: reuse premade models):
http://www.phpdoctrine.net/doctrine/manual/new/?chapter=class-templates

- migration (up/downgrade between versions of your model):
http://www.phpdoctrine.net/doctrine/manual/new/?chapter=migration

Furthermore Doctrine is able to hydrate arrays instead of objects. This
saves memory and speeds up your application.

Just browse the documentation and see how much Doctrine can do for you.

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 symfony-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to