Sorry if this question is a little basic. I'm trying to create a Criteria to retrieve records from a table that aren't in another table as a foreign key.
User: id: ~ name: varchar(255) ListUser: id: ~ user_id: ~ list_id: ~ Trying to retrieve records from User that aren't in ListUser. Is there an easy way to do this with Criteria? Thanks, -Brendan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
