Home > cakephp-navigation

cakephp-navigation

Cakephp-navigation is a project mainly written in PHP, it's free.

Blended support for navigation in various forms for cakephp apps (not yet fully functional) -- the helper is ok, its a start

Navigation Plugin

  • make it easy to manage hard coded links in view layouts
  • able to control db drive navigation menus

Installation

git submodule add git://github.com/sams/navigation.git plugins/navigation

add Navigation.Navigation to helpers and Navigation.Menus to comps

copy plugins/navigation/config/config.ini to app/config/navigation.ini and customise

Based Upon Concepts & Ideas seen in and mentioned by:

  • Croogo
  • Wildflower
  • Jeremy Burns
  • Jonathon Snook

Todo

epxand, tidy and implement the component menus, tweak the helper use Set class and other aspects of cake to enable menu items to be combined and sorted so that menu items can be added to a menu in specific position

Previous:ListBuilder