andrewscofield / parse.com-php-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many-to-Many relationship

opened this issue · comments

Hi,

I have a problem joining 3 tables.

I have a a table POST, a table USER and the POST_LIKES.

I want to collect all the posts with the users that was the creator and the post likes(post+user that liked the post). Do we have this capability?