This module serves as a Navigation for your application. It allows you to create horizontal navbar in your ZF2 app and it supports Twitter - Bootstrap 3. This allows you to create, edit and delete menu items, add sub items.
Download the Menu module, copy it to 'YOUR APP'/module/Menu
Run 'YOUR APP'/module/Menu/data/menu_backup.sql script
Move 'YOUR APP'/module/Menu/view/partial folder to 'YOUR APP'/module/Application/view/partial
Copy the code in 'YOUR APP'/module/Menu/view/layout.phtml to 'YOUR APP'/module/Application/view/layout/layout.phtml after body tag.