Tag Archives: zend_route
Introducing Zend_Translate
One of the big things that the Zend Framework has over other frameworks is the built-in locale and language tools provided by Zend_Translate and Zend_Locale. All this comes with plugins into Zend’s templating system via Zend View Helpers. This video covers setting up some language-friendly routes, writing a custom language switcher Zend Controller Plugin and…
Creating custom Zend_Controller routes
A look at how you can create custom routes and pass parts of your query string into a Zend_Controller as a named parameter.
