Welcome Guest, Not a member yet? Register   Sign In
Hierarchical Comments in MySQL Script
#1

[eluser]section31[/eluser]
Does anyone know where I can find an open source script so I can just look at that does nested comments.

This website does nested comments along with many more.

http://www.moddb.com/events/2007-mod-of-...s-showcase

I want to do this the right way so recursion is not an option since that's very inefficient.
#2

[eluser]Negligence[/eluser]
You can do nested-anything by storing the comment's parent id in the comment record. Anytime you look up a comment, check to see if there's any other comments who parent_id equals the comment_id of the record.
#3

[eluser]section31[/eluser]
I wanted to do something more like this.
http://dev.mysql.com/tech-resources/arti...-data.html




Theme © iAndrew 2016 - Forum software by © MyBB