<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 01:12:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Wenbert Del Rosario's Blog: Zend Framework: Making the Built-in Breadcrumb Helper Work]]></title>
      <guid>http://www.phpdeveloper.org/news/12588</guid>
      <link>http://www.phpdeveloper.org/news/12588</link>
      <description><![CDATA[<p>
New on his blog today <i>Wenbert Del Rosario</i> has <a href="http://blog.ekini.net/2009/05/25/zend-framework-making-the-built-in-breadcrumb-helper-work/">posted a tutorial</a> about getting the Zend_Navigation helper to work in your application and correctly handle making/updating breadcrumbs as you navigate around the site.
</p>
<blockquote>
In the latest release of Zend Framework (1.8.1 as of this writing), there is a new built-in view helper to render your breadcrumb needs. There is a section in the documentation that tells us how to use it. But I got a little confused when I tried to make it work. So, here is a short example on how I made my breadcrumbs work using the new breadcrumb view helper from Zend Framework.
</blockquote>
<p>
He includes the code to create the breadcrumb trail - making a Zend_Navigation container and defining the structure of the site inside. Displaying the correct links is then just a call to the breadcrumbs() method on the object (with the ability to set depth and to set the last item in the list as a link or not).
</p>]]></description>
      <pubDate>Thu, 28 May 2009 12:55:32 -0500</pubDate>
    </item>
  </channel>
</rss>
