mouf/html.widgets.menu

This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.

v4.0.0 2018-10-26 13:52 UTC

This package is auto-updated.

Last update: 2024-04-09 14:12:00 UTC


README

This package contains base objects and interfaces to describe menus and menu items. Basically, using interfaces and objects of this package, you can describe a menu.

Menus are rendered using Mouf's rendering system.

Using the rendering system, other packages, or templates, or your project can override the HTML of the menu.

In practice

A menu is defined using the Menu class. The Menu class can contain many MenuItem. Each menu item can contain many children MenuItem.

Mouf package

This package is part of Mouf (http://mouf-php.com), an effort to ensure good developing practices by providing a graphical dependency injection framework. Using Mouf's user interface, you can create your menu graphically, by creating instances of Menu and MenuItem.