https://github.com/markstory/cakephp_menu_component
A component that generates dynamic DbAcl based menus. Works with AcoExtrasShell
https://github.com/markstory/cakephp_menu_component
Last synced: 2 months ago
JSON representation
A component that generates dynamic DbAcl based menus. Works with AcoExtrasShell
- Host: GitHub
- URL: https://github.com/markstory/cakephp_menu_component
- Owner: markstory
- Created: 2009-07-07T01:12:01.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-07-24T21:50:14.000Z (almost 14 years ago)
- Last Synced: 2025-03-18T07:32:14.143Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 43
- Watchers: 5
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h2. Acl Menu Plugin
This plugin provides a component for generating menus based off of the current user session and integrates well with the "AcoExtras Plugin":http://github.com/markstory/acl_extras/tree/master I also maintain. See "mark-story.com for additional info and usage":http://mark-story.com/posts/view/acl-menu-component
To use the menu once in a @acl_menu@ dir on your pluginPaths.
var $components = array('AclMenu.Menu');
When checking out this repo place it into an @acl_menu@ directory in one of your plugin paths.