[thelist] displaying nested heirarchy

Erik Mattheis gozz at gozz.com
Mon Dec 1 19:50:46 CST 2003


Howdy strangers ...

So, I have a table, "links" to store the navigation of a site and to 
allow a 404 handler to grab pages from a DB. This suits those purposes 
fine, as the different level links are displayed on different parts of 
the page:

link_id
page_id
parent_link_id
path_text
full_path

In the content management area, however, I need to display all links in 
a hierarchy ... and am at a loss. There is no need for the hierarchy to 
go more than 4 levels deep ... I'm using ColdFusion so have that output 
group="x" to use.

Thanks.



More information about the thelist mailing list