Hello, In propel it is possible to provide a Criteria objet when fetching relations. This can be used to fetch, for instance, all blog comments ordered by date.
How can we achieve this with doctrine ? I quickly look to the code and maybe the Doctrine_Relation::fetchRelatedFor should get a second parameter with a Query Object and the Doctrine_Record::_get a third Query argument . -- Thomas Rabaix Internet Consultant --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
