Slide 23
Slide 23 text
23
Symfony does this!!
Rapid Application Development With Silex Microframework
This is basically what Symfony does with routing. You have a routing.yml
file in a similar format!!
When we go to /blog, execute, within our AppBundle,
the Blog controller, and the list action
A little more magic (because it’s actually BlogController and Symfony removes the
‘Controller’ here - magic is bad, mmmkay)