Screencast Series – Creating Own PHP Framework Using Symfony2 Components – Episode 5
14
MarGist Today we’ll cover one of the corner stones of modern application architecture – the controller. Its mission is to generate a Response based on the information provided by the client Request. Put in simplest terms: the controller contains the business logic of your application. Say, a client requests an…
Filed under: Symfony
Read More →