Search found 1 match

by Asylumius
Sun Jan 01, 2006 2:42 am
Forum: PHP - Theory and Design
Topic: Tree-Style Forum Posts
Replies: 1
Views: 666

Tree-Style Forum Posts

I'm having an exceptionally hard time designing a db structure and the code to handle the displaying of forum posts based on a expanded tree design. The main problem for me is handling replies to replies to replies, etc. I'm storing topics as a unique id, and the post id for the first post in that t...