Correct Answer: test, dev, and prod
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
What are the three parts of the logical controller name?
What tag is used for template inheritance?
Choose the best description of the following configuration: secure: path: /secure defaults: { _controller: SmartererDemoBundle:Main:secure } schemes: [https]
What class is used by the front controller to bootstrap an application?
A directory that contains a set of files that represents a particular feature is known as a/an:
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
what is repository in Symfony ?
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
A __________ is a short PHP script that lives in the web directory of your project.
_______ is a container for key/value pairs.