Hi, what's the best way in cakephp to get a list of private messages for a user considering my messages table is something like:
id: row id
left:sender id
right: receiver id
subject and text
with a find all i'll get the results with the user id but i want to display the username, ofcourse i could use a query with a join but probably there's a better way
thankyou