News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Chaining language with default route
August 12, 2010 @ 10:47:01

On the Zend Developer Zone there's a new post talking about including language information in your Zend Framework application's default route in a cleaner manner.

There are several ways how to include language id in default route of Zend Framework. However, generally you end up with the solution not quite elegant and likely not totally trouble-free. I have seen people overwriting the default route by new one which mimics module route with additional language id. There is no need to throw the default module route away to do this. To get it right chain the plain language route with default route.

He gives code examples of the routing code to put in your bootstrap that uses the Zend_Controller_Router_Route_Chain and a plugin to handle the language checking and routing handling.

0 comments voice your opinion now!
default route zendframework plugin


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Framework 1.7 Preview Release now available

phpDevelopment Blog: Zend Framework Tutorial Series: Part 1 – The Module Based Application

Jani Hartikainen's Blog: Improved Zend Framework package maker

Christopher Bledsoe's Blog: PHP Dependency Injection (Inversion of Control)

Joey Rivera's Blog: Caching using PHP/Zend_Cache and MySQL


Community Events











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


release phpunit podcast example zendframework2 opinion functional community tool development series interview database testing api code framework language introduction unittest

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