News Feed
Jobs Feed
Sections




News Archive
Robert Basic's Blog:
A hack for Zend Framework's translated route segments
April 15, 2011 @ 09:17:40

Robert Basic has put together a new post to his blog about a hack he's found for the Zend Framework translated route segments when a "gotcha" popped up when he was trying to use them in a multi-language website.

The web site's default locale, language, is English. If the user has no locale in the session/cookie, she, or he, will get the English version of the web site. [...] But! If the user's first visit is on the http://example.com/vesti URL ("vesti" is "news" in Serbian), the router can't route that because it depends on the locale and the default locale is English and not Serbian, thus directing the user to the 404 page.

To get around this issue he created a front controller plugin that fires in the postDispatch hook to change the locale manually if the current request's isn't found to be English. It then redirects the user to the correct location for the new language and things proceed normally.

0 comments voice your opinion now!
zendframework hack multilanguage route segment issue


blog comments powered by Disqus

Similar Posts

php|architect: August 2007 Issue Released

Padraic Brady's Blog: Zend Framework: Survive The Deep End - Still Kicking :)

Chris Hartjes' Blog: The Story and Rebirth Of Zend_Service_Audioscrobbler, Part 2

Zend Developer Zone: Zend_Gdata for Picasa, YouTube, Google Documents List

Greg Freeman: Steps to Take When you Know your PHP Site has been Hacked


Community Events









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


community code framework tool unittest release event language composer introduction testing interview database object development zendframework2 podcast api example opinion

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