Charley Tiggs wrote:

> Can you expand on this a little bit?  Can you expand on why you use 
> sfDoctrine instead of sfPropel?
> 
> So far, I've found little data that objectively compares the two.  As a 
> new user, I'm just trying to figure out if sfDoctrine is better for my 
> current project or if Propel is better.

The key philosophical difference that pushed me towards sfDoctrinePlugin 
was that for Propel it seemed like I had to hardcode most of my joins 
into the model. With Doctrine I can just write DQL statements, which is 
basically an OO SQL variant. I much prefer this approach.

regards,
Lukas


--~--~---------~--~----~------------~-------~--~----~
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