Jump to content

[SOLVED] suggestions for php tree menu


jmurch

Recommended Posts

I would appreciate any recommentations for a PHP menu system as outlined below.

 

My project will need a menu class that can read from a database for top and second level menus. An example is a single row in the database will have:

 

Colors, brown

Colors, red

Colors, green

Temperature, hot

Temperature, mild

Temperature, cold

 

 

These can change at anytime with new top level (column 1) and second level (column 2) items being added to the database.  In addition I need to add a checkbox at each level two item so that the user can select the item after he has viewed the items link so that it can be recorded in another table.

 

Regards, Jeff

 

Link to comment
https://forums.phpfreaks.com/topic/46597-solved-suggestions-for-php-tree-menu/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.