Mauro
|
| Posted: 08/23/2002, 8:53 AM |
|
I'd like to create a web application with a left side menu loaded from DB and filtered per user. Is there anyone than can help me with a way ???
Thanks
Mauro
Italy
|
|
|
 |
Martin
|
| Posted: 08/23/2002, 10:33 AM |
|
Hello.
I think this can be help. http://www.gotocode.com/disc_viewt.asp?mid=13763&s_topic=treephp&
If the Categories are filtered per user u must Set the UserID or the UserLevel in the where class.
Sorry about my English
By
Martin from Germany
|
|
|
 |
Superkikim
|
| Posted: 08/23/2002, 1:25 PM |
|
You should add a UserID or GroupID field to your menu table. Then select as Grid data Source your "menu" table where userid=session("userID") or groupid=session("groupID") depending if it is filtered by group or user.
|
|
|
 |