Episode 3 - Creating Own PHP Framework Using Symfony2 Components
Andrey Esaulov(29:23)
sourced from Object Oriented PHP
Andrey Esaulov(29:23)
sourced from Object Oriented PHP
In this episode we’ll create the heart of our framework – the front controller. It’s primary role in our framework will be dispatching HTTP responses based on the HTTP requests (URL the client has called). In order to do that we’ll be reordering the files into the logical directory structure and writing some amazing code. Enjoy!