News Feed
Jobs Feed
Sections




News Archive
Robert Basic's Blog:
Playing with Zend_Navigation and routes
August 10, 2009 @ 08:13:12

In this new post to his blog Robert Basic looks at the Zend_Navigation component of the Zend Framework and how it can be used to more correctly handle bad requests.

I wanted to set up routes in such way that when a user requests a page, all requests for non-existing controllers/modules are directed to a specific controller (not the error controller). In other words, if we have controllers IndexController, FooController and PageController, anything but http://example.com/index and http://example.com/foo is directed to the PageController.

Using the Zend_Controller_Router_Route_Regex component he creates an expression that matches anything but the two allowed controllers and pushes them back over to the "page" controller. The new route is put in place via an addRoute call. He also shows how to use the Zend_Navigation component to manage the navigation structure for this application, defining a PHP array of the nested sitemap if the site.

0 comments voice your opinion now!
zendnavigation route regex tree


blog comments powered by Disqus

Similar Posts

Internet Super Hero: PHP: mysqlnd and its tests

Zend Developer Zone: Front Controller Plugins in Zend Framework

Symfony Blog: New in symfony 1.2: Toward a RESTful architecture (Part 1)

Martynas Jusevicius' Blog: Method overloading in PHP 5

Derick Rethans' Blog: eZ Components 2007.2alpha1


Community Events











Don't see your event here?
Let us know!


conference usergroup series rest interview framework release language testing database development podcast unittest symfony2 introduction opinion functional zendframework2 community phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework