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

Just like the 'alias' option, when auto-generating a menu MenuBuilderComponent should check for an 'exclude' option and exclude any actions found in that array from being added to the menu....

When generating menus with MenuBuilderComponent, it should check for an option 'alias' containing a keyed array. The keys should be an action (method) name, and the value should be the...