CakePHP-Menu-Plugin icon indicating copy to clipboard operation
CakePHP-Menu-Plugin copied to clipboard

A CakePHP 2.0 plugin designed to help build menus in the controller and display them in the view

Results 12 CakePHP-Menu-Plugin issues
Sort by recently updated
recently updated
newest added

Hi This plugin looks really good. I am new to cake so please forgive me if this question is silly. I have followed tutorial from cookbook and my acl is...

The readme is too old to use them for installing this CakePHP-Menu. After hours of reading threads in the internet and reading the classes to install this Plugin correctly, i...

options passed as second param inside $this->MenuRenderer->render() call are not affecting renderer default settings i.e. i am unable to set menu classes and so on

First of all thank for the plug in. You should update the documents because it will kill the newbie like me. I manage to install it to my cakePHP 2.3...

I installed the plugin as described in the instructions, including renaming the plugin directory to "menu_builder." Added it to the $helpers array as MenuBuilder.MenuBuilder, and constructed the beforeFilter array pretty...

Hi, I was wondering if anyone has ACL Menu Component by Mark Story updated for cakephp 2. I am sorry if this is not the place to ask about another...

MenuItem might be overkill. The Menu class serves a purpose in referencing a MenuRenderer, containing settings and meta information about a menu, and containing the menu items themselves. The MenuItem...

When auto-generating a menu, it should check for a 'parent' option being specified and place the menu under that parent instead. How this should be done is yet to be...