Hi,
I'm trying to achieve same thing as this. Here is how my DB desing look like:
So far, I have one page called mailbox.php, and template which should call PHP class and render view depending of action type using URL segments (new message, read new messages, read all messages...).
Now, I ne...