InterviewSolution
Saved Bookmarks
| 1. |
How to create Controllers in Symfony2? |
|
Answer» CONTROLLER's file DEFAULT location is src/AppBundle/Controller Now you can CREATE here your controller with below code. ExampleNAMESPACE AppBundle\Controller;
|
|