Adding an automatically-generated sitemap.xml to a Zend Framework site
Saturday, August 21, 2010

This article looks at how to dynamically create a Google sitemap.xml file for your Zend Framework site. It assumes that you are using Zend_Navigation to describe the basic layout of your site. It also assumes that the application is based on Zend_Application and uses Zend_Layout. (more…)

Posted by James at 6:08 pm   1 comment

The Navigation Link View Helper
Tuesday, October 27, 2009

In this post we will look at a custom view helper, which is used on the sample website to render a link to a page in the site navigation. (more…)

Posted by James at 11:24 pm   0 comments

The Sample Application Layout
Saturday, October 17, 2009

We looked at Zend_Layout in general terms in the previous now; now we are going to examine the main layout script used in the sample application. (more…)

Posted by James at 2:52 pm   0 comments

Bootstrapping the Application: the Standard Navigation Resource Plugin
Saturday, September 26, 2009

Zend_Navigation is a Zend Framework component used to represent the pages on a web site and transform this into things such as page navigation and Google sitemaps. The standard navigation resource plugin Zend_Application_Resource_Navigation can be used to configure an instance of Zend_Navigation. (more…)

Posted by James at 3:10 pm   0 comments