Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
Menu
+ Collaboration diagram for Menu:

Files

file  menu_admin.php
 

Template containing the menu of the administrative area, see menuController.


file  menu_public.php
 

Template containing the main site menu, see menuController.


Data Structures

class  menu
 Menu class, a wrapper for main site and administrative area menus. More...
class  menuAdminTable
 Back office management class. More...
class  menuController
 Menu module controller. More...
class  menuVoice
 Menu voice model class. More...

Detailed Description

Module for the management of the main and administrative menu.

The menu voices of the main menu are stored in a database table and managed through backoffice. The visibility of each voice may be restricted only to some user groups.

The menu voices of the administrative menu are written in the menu model class.