Episode 2 - Creating Own PHP Framework Using Symfony2 Components
Andrey Esaulov(20:59)
sourced from Object Oriented PHP
Andrey Esaulov(20:59)
sourced from Object Oriented PHP
In the second episode of the series we’ll look at the most fundamental component in the Symfony2 Components suite – HTTPFoundation Component.
Symfony2 had taken a step back from the ugly global variables and based its architecture on the most basic principles: Requests and Responses.
Using these makes building your PHP applications fun again!