Download the PHP package monsieurbiz/mbiz_menu without Composer
On this page you can find all versions of the php package monsieurbiz/mbiz_menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download monsieurbiz/mbiz_menu
More information about monsieurbiz/mbiz_menu
Files in monsieurbiz/mbiz_menu
Download monsieurbiz/mbiz_menu
More information about monsieurbiz/mbiz_menu
Files in monsieurbiz/mbiz_menu
Vendor monsieurbiz
Package mbiz_menu
Short Description Magento module which gives a better menu block.
License GPL-3.0
Package mbiz_menu
Short Description Magento module which gives a better menu block.
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package mbiz_menu
Mbiz_Menu
Mbiz_Menu
is a Magento 1 module which provides an optimized menu as a simple block.
Usage
The block mbiz_menu/page_html_topmenu
gives 2 methods:
getCategoriesTree()
which returns main categories with children. Children are available using the method$cat->get_children()
.getCategories
which returns all the categories available in the menu.
Each category has 2 new data available:
contains_current_category
is set totrue
if the category has the current category in its children.is_current_category
is set totrue
if the category is the actual current one.
Example
No template is provided. But here is an really simple example:
By default the block uses a 72 hours cache lifetime. Of course the default value can be overrided.
All versions of mbiz_menu with dependencies
PHP Build Version
Package Version
No informations.
The package monsieurbiz/mbiz_menu contains the following files
Loading the files please wait ....