Vayu
04-29-2009, 03:11 PM
Hi.
I am trying to create a dynamic drop down menu system that is stored in a database.
I am trying to manage hierarchical data with the "Nested Set Model" or "Modified Preorder Tree Traversal" which I have found on the internet to be of good practice.
I have studied these articles:
http://dev.mysql.com/tech-resources/articles/hierarchical-data.html
http://www.sitepoint.com/article/hierarchical-data-database/
http://www.phpro.org/tutorials/Managing-Hierarchical-Data-with-PHP-and-MySQL.html
But getting the info into an unordered html list for me is impossible for some reason. :-)
Can anyone help me on this topic?
Regards
Vayu
I am trying to create a dynamic drop down menu system that is stored in a database.
I am trying to manage hierarchical data with the "Nested Set Model" or "Modified Preorder Tree Traversal" which I have found on the internet to be of good practice.
I have studied these articles:
http://dev.mysql.com/tech-resources/articles/hierarchical-data.html
http://www.sitepoint.com/article/hierarchical-data-database/
http://www.phpro.org/tutorials/Managing-Hierarchical-Data-with-PHP-and-MySQL.html
But getting the info into an unordered html list for me is impossible for some reason. :-)
Can anyone help me on this topic?
Regards
Vayu