Welcome Guest, Not a member yet? Register   Sign In
a question about 'nested sets'
#2

[eluser]WanWizard[/eluser]
Nested sets are about hierarchical data structures, or tree structures.

All you need is a table with an (autoincrement) id column, and left- and right pointer columns. These tree columns define the tree structure. What other fields you add to the table is up to you.

To implement such a structure, simply add any reply as last child of the message id being replied to.


Messages In This Thread
a question about 'nested sets' - by El Forum - 03-08-2011, 03:30 PM
a question about 'nested sets' - by El Forum - 03-08-2011, 03:44 PM
a question about 'nested sets' - by El Forum - 03-08-2011, 04:29 PM
a question about 'nested sets' - by El Forum - 03-08-2011, 05:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB