I checked sfFormFilterDoctrine just to find out what Doctrine::Query
is using as alias for the base table in buildQuery method.
I did this because i'm having trouble doing joins to improve the
performance of the admin list.

Lo and behold, it is 'r'!

Is there any reason why 'r' is used instead of some other aliases? It
doesn't really make sense to use r as the alias of say Person model.
And I don't see this in the documentation.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to