↧
Route requests for sitemap.xml to custom controller/action
In order to direct requests for /sitemap.xml to a custom controller and action in your Zend Framework application simply add the following in your application.ini or alternative config file (e.g. I use...
View ArticleDynamically add pages to Zend_Navigation container at runtime
In a continuation on my last post about Zend_Navigation, Route requests for sitemap.xml to custom controller/action, this post is about dymnamically adding pages to a Zend_Navigation container at...
View Article