[symfony-users] Re: Many to many relationship: complete iteration.

2011-01-17 Thread Javier Garcia
I used a join and I get the objects from the exchange table, so if I iterate it I get: user1-group2 user1-group5 user2-group1 user2-group3 user2-group4 But I'm wondering how could i get the group objects from the user objects... On Jan 17, 11:04 pm, Javier Garcia tirengar...@gmail.com wrote:

Re: [symfony-users] Re: Many to many relationship: complete iteration.

2011-01-17 Thread Stéphane
$user-getGroups() or such ? (I don't know propel) Regards, Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! On Mon, Jan 17, 2011 at 11:25 PM, Javier Garcia tirengar...@gmail.comwrote: I used a join and I get