Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- array(
- 'label' => 'Album', // 'Page #1',
- 'route' => 'album', // 'page-1',
- 'action' => 'index',
- 'controller' => 'index',
- 'resource' => 'Album\Controller\Album',
- 'privilege' => 'index',
- 'pages' => array(
- array(
- 'label' => 'Add', // 'Child #1',
- 'route' => 'album',
- 'params' => array('action' => 'add'),
- 'resource' => 'Album\Controller\Album',
- 'privilege' => 'add',
- ),
- ),
- ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement