|
A thought on this, not that it is a solution...
In the database structure, you could have reply_id and when posting this would hold the ID of the message/reply it is a reply to, then when selecting the current message/reply you would fetch all post with reply_id set to the current ID, and display it.. Altho I havn't given any thought to how this form of infinite loop in infinite dimensions should work.
|