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

Community News: Zend Framework Documentation Now Version Specific

Zend: Webinar Wednesday - Zend Framework 1.0 Webcast Today

Zend Developer Zone: PHP Abstract Podcast Episode 41: Zend Framework 1.8

Smashing Magazine: Lessons Learned from Maintaining a WordPress Plugin

Matt Knight's Blog: Optimising Zend_Config


Community Events











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


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

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