vote up 0 vote down star

I have a system for students, instructors, and administrators. Sometimes an instructor can also be an administrator.

I intend to store menus and submenus in XML. Should I store admin and instructor menus in separate nodes, and then combine them when I render, or should I have one master menu with roles attached that shows all the options when the roles are determined?

flag

49% accept rate

1 Answer

vote up 1 vote down

Absolutely attach roles to the master menu options, then include them in the instance of the menu based on the role(s) of the user. Much more flexible and easier to maintain, IMO.

link|flag
so one master menu with roles attached to each node and subnode (for submenus) is the best way to go? – Caveatrob May 1 at 17:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.