Questions tagged [zend-navigation]

Zend_Navigation is a component for managing trees of pointers to web pages , on Zend Framework

Zend\Navigation is a component for managing trees of pointers to web pages.

Simply put: It can be used for creating menus, breadcrumbs, links, and sitemaps, or serve as a model for other navigation related purposes.

Source

201 questions
0
votes
1 answer

zend navigation issue with Zend_Config_Xml

I am trying to implement Zend_Navigation – creating a menu, and breadcrumbs by this tutorial In Bootstrap file, ... class Bootstrap extends Zend_Application_Bootstrap_Bootstrap { protected $_config; protected $_layout; protected…
mymotherland
  • 7,968
  • 14
  • 65
  • 122
0
votes
1 answer

Zend_Navigation - navigation menu generate inappropriate navigation links

i am having problem using Zend_Navigation here is my navigation.xml file admin
Ibrahim Azhar Armar
  • 25,288
  • 35
  • 131
  • 207
-1
votes
1 answer

Migrating ZF2 to ZF3: How to adapt navigation view?

In my ZF2 application I have a this navigation view script: $routeMatch = $this->getHelperPluginManager() ->getServiceLocator() ->get('Application') ->getMvcEvent() ->getRouteMatch(); $currentRoute = $routeMatch instanceof…
automatix
  • 14,018
  • 26
  • 105
  • 230
-1
votes
2 answers

Zend Framework Navigation - dynamically adding parameters

I am experimenting with Zend_Navigation to build breadcrumb for a web site. I created an XML file which lists the hierarchy of pages. Things are working fine for the most part except for pages that have dynamic parameters. For example, there is a…
khuss
  • 305
  • 1
  • 3
  • 10
-1
votes
1 answer

zend-framework navigation

i have this xml file for Creating a container , if i want create a db for save this items and and create container from db how should i do ?
ulduz114
  • 1,150
  • 6
  • 21
  • 37
-1
votes
1 answer

apply class active to anchor tag in Zend_Navigation

i am using partials to decorate Zend_Navigation to fetch desired output. everything is working good except i am having difficulty adding class="active" in tag. here is my layout partial sidebar.phtml
1 2 3
13
14