RE: [phplib] dynamically generated menu2 From: Allen Lee (alee <email protected>)
Date: 05/23/00

http://www.devshed.com/Server_Side/PHP/Commerce1/page6.html

an article which includes design of an arbitrarily deep tree display

-----Original Message-----
From: Michael Bravo [mailto:mbravo <email protected>]
Sent: Tuesday, May 23, 2000 4:58 AM
To: phplib <email protected>
Subject: [phplib] dynamically generated menu2

Hello,

I'm trying to use Menu2 for displaying tree-like menus, generated
dynamically from a database (with table structured like this:

item_id
item_parent_id (default 0)
item_title
item_url

)

for this I need to recursively generate $menumap

I just wondered if someone already did that, and perhaps has some nice
elegant recursive piece of code that I could borrow?

Thanks in advance

-- 
/\/\ike

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>