Welcome Guest, Not a member yet? Register   Sign In
How to build menu with single query?
#3

[eluser]Johan André[/eluser]
You can build trees in databases in various ways:

1. Adjacency List - this is using parent_id pointing to the parent (doh!). Not possible to fetch the tree using one query.

2. Modified Preorder Tree Traversal - this tree is "harder" to update but lightning fast at fetching. This is the one you should use when getting a menu with multiple levels in just one query.

Check out the forum. There is something called MPTTree that does just this...


Messages In This Thread
How to build menu with single query? - by El Forum - 02-14-2010, 03:59 AM
How to build menu with single query? - by El Forum - 02-14-2010, 04:40 AM
How to build menu with single query? - by El Forum - 02-14-2010, 04:41 AM
How to build menu with single query? - by El Forum - 02-14-2010, 05:03 AM
How to build menu with single query? - by El Forum - 02-14-2010, 05:25 AM
How to build menu with single query? - by El Forum - 02-14-2010, 05:35 AM
How to build menu with single query? - by El Forum - 02-14-2010, 08:20 AM
How to build menu with single query? - by El Forum - 02-14-2010, 08:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB