Results 1 to 2 of 2

Thread: Multidimensional menu

  1. #1
    Join Date
    May 2008
    Location
    Sweden
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Multidimensional menu

    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/...ical-data.html
    http://www.sitepoint.com/article/hie...data-database/
    http://www.phpro.org/tutorials/Manag...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

  2. #2
    Join Date
    Apr 2009
    Location
    India
    Posts
    41
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    which language you want? like php, perl...

    try this

    in PHP--

    http://www.mail-archive.com/php-gene...msg242302.html

    in Perl --

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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •