Log in

View Full Version : Multidimensional menu



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

amutha
04-30-2009, 07:46 AM
which language you want? like php, perl...

try this

in PHP--

http://www.mail-archive.com/php-general@lists.php.net/msg242302.html

in Perl --

http://www.cs.tut.fi/~jkorpela/forms/multi.html