Correct Answer: Front Controller
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Symfony2 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Symfony2 MCQ Questions
Choose the best reason why the following autoloading sequence will not run properly: Class Name: Smarterer\HelloBundle\Controller\HelloController Path: src/Smarterer/Controller/HelloController.php
what is repository in Symfony ?
Choose the best description of the following sequence (where //LINE BREAK// indicates a new line in the sequence): # app/config/config_test.yml //LINE BREAK// # ... //LINE BREAK// swiftmailer: /linebrea //LINE BREAK// disable_delivery: true
In regard to testing, each time you make a request with the client a ______ instance is returned.
Which of the following shows the correct representation of the Twig function?
Choose the best description of the following configuration: secure: path: /secure defaults: { _controller: SmartererDemoBundle:Main:secure } schemes: [https]
What tag is used for template inheritance?
What are the three parts of the logical controller name?
What are the 3 environments a Symfony2 project BEGINS with?
How do you disable CSRF protection?