Pastebin here: http://pastebin.com/m39f50619

In my UserTable class, I have a function that does a leftJoin with
UserGroup and returns all users with a group_id = $id.

$member->getName(); works fine, but I also need to get a property,
is_admin, that exists in the UserGroup entry, not the User.

How can I access that data for each member? I can see that that field
is indeed part of the query, but I don't know how to get to it.

Thanks,
Patrick Lucas

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