spiffy-navigation icon indicating copy to clipboard operation
spiffy-navigation copied to clipboard

A ZF2 module designed as a replacement for Zend\Navigation.

Results 9 spiffy-navigation issues
Sort by recently updated
recently updated
newest added

- Added possibility to get providers from the service locator, if one is registered. - Added LazyContainer functionality. These containers get filled when needed; not when instantiated.

I don't really understand the logic of `paramsAreEqual`. When default parameters where set, none of my navigation was active. The logic used in `Zend/Navigation/Page/Mvc` works fine for me.

Hi, It would be great to have a Breadcrumb rendering helper. Thanks!

My navigation is correctly showing current page as active with no query params. When I add a query string on the end the menu item is shown as not-ative: Eg:...

If I added a new Page, the label is not translated. Other translations are working fine. For example 'wallpapers' => array( 'name' => 'wallpapers', 'options' => array( 'label' => 'menu_wallpapers',...

The $routeParams indexes__CONTROLLER__ and **NAMESPACE** are not available when adding pages to a container, this generates a notice and makes menu item inactive while it should be active.

bug

The ProviderFactory should be removed and replaced by a AbstractPluginManager to allow for easily adding new providers.

enhancement