Slides for my ZF2 router presentation
Tuesday, October 23, 2012
I've just uploaded the slides for my ZF2 router presentation for those wo are interested in them. You can find them right here on my website:http://stuff.dasprids.de/slides/zendcon2012/introducing-the-new-zend-framework-2-router/presentation.html
For those who attended, please don't forget to rate the talk on joind.in: https://joind.in/6872
If you are interested in internationalization, you may join my talk tomorrow about i18n in ZF2.
Comments to this article
Leave a comment
Please note that your email address will not be shown, it is only used to fetch your avatar image from gravatar.com and for notifications.


Hi DASPRiD.
Long been interested. How to use hostname route when you develop project on your local machine (let's say it is my-site.dev) and production server (my-site.com)?
Of course I don't want to manually change config on server, assume I deploy my project using git and don't want to reset changes on server before pulling new version of the config file and replacing dev by com every time.
I hope I've been clear enough because my question was considered as "too localized" (to what I wonder?!) http://stackoverflow.com/questions/12383231/zf2-hostname-route-devtestprod-environments
Frankly speaking I don't know how to use hostname route smoothly at all!