Search code examples
phpzend-frameworknavigationbreadcrumbs

how to implement breadcrumbs using Zend_Navigation


what are the best practices/suggestions/techniques to implement a breadcrumb for a ZendFramework application using Zend_Navigation? how and where is the best method to define the page hierarchy?


Solution

  • I made 2 posts on this.

    http://blog.ekini.net/2009/05/25/zend-framework-making-the-built-in-breadcrumb-helper-work/

    http://blog.ekini.net/2009/06/10/zend-framework-navigation-and-breadcrumbs-with-an-xml-file-in-zf-18/

    Both are from real world experiences. For me, the XML file was easier to understand.