- Dispatch REST-like requests with a single controller class in Zend Expressive
I was digging into Zend Expressive and how to use controllers that allow me to share dependencies between different routes, instead of having to use different middlewares every time. Abdul wrote a great article on this subject that you can find here, which also became part of Expressive's cookbook s…
tag Archive — "dispatch"
— 2016 —
— 2014 —
- Simulate Zend Framework preDispatch and postDispatch in a Zend Framework 2 application
Any programmer that is used to use Zend Framework version 1 will have been in the situation that Zend Framework version 2 has removed Controller Plugins as they were in the first version of the framework. Controller Plugins used to allow us to attach code to be executed at some points of the executi…
Older postsNewer posts