Hi guys,

I tried to google it but could not really find an answer. Im starting with 
Doctrine and was wondering if the following would be possible.

Users
Pages
UsersPages


I have a many to many on users and pages. But would it be possible to 
segregate the pages.

So a page could have a type Foo and Bar. Could i have to user get a 
collection of Pages for type foo? In sql it would be 

select * from pages as p inner join user_pages as up on up.user_id = :user_id 
where p.type = foo

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to