Sinopsis
Get quick bites of Zend Framework – the leading development framework for PHP. Find out what's new, what's going on, and how to use it, in less time than it takes to drink a coffee — every Thursday.
Episodios
-
Episode 2 - What is Middleware?
28/03/2016 Duración: 02minToday, I'm talking about one of the two core concepts behind Zend Expressive (http://www.masterzendframework.com/zend-expressive-introduction/) - Middleware. But what is Middleware? Here's a quick definition: Middleware, in the context of software applications, is a layer that sits somewhere in the middle, between a request and response. Applications built around a middleware foundation are able to insert functionality in what can be thought of as a series of blocks, blocks which don’t necessarily need to know about one another, nor have any relevance to those which come before, nor those which come after. The blocks are stacked in a particular order and can either pass the current request on to the next one in the chain, or change the request, based on what happens during the processing of that block, changing the dispatched request. To find out more information on it, check out these key links: https://en.wikipedia.org/wiki/Middleware https://mwop.net/blog/2015-01-08-on-http-middleware-and-psr-7.html http:/
-
Episode 1 - Getting Started
26/03/2016 Duración: 02minThis is the prelude, where you'll find out what the show's about, what you can expect, and what's coming up in future episodes. In a nutshell, it's: A bi-weekly, roughly 3 minute, show About all things Zend Framework, especially Zend Framework 3 Gives you all the latest updates, changes, and events in the world of Zend Framework and the wider ecosystem Stay tuned to learn all there is about Zend Framework! Questions/Comments/Suggestions @zfmastery (https://twitter.com/@zfmastery)