-
-
Save kuronana/f413347a876dfb983fa9ddd07e7e5990 to your computer and use it in GitHub Desktop.
sfQuest01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 - Quelle est la société qui développe Symfony ? | |
- SensioLabs. | |
2 - Cite les autres produits développés par cette société ? | |
- Blackfire.IO. | |
- Twig. | |
3 - Parmi ces outils, lesquels sont des frameworks | |
- Symfony. | |
- Laravel. | |
4 - Symfony 4 embarque la librairie Twig | |
- Vrai | |
5 - Flexbox est le nouveau système de gestion des dépendances dans Symfony 4. | |
- Faux. | |
6 - Pour créer un projet Symfony 4, tu dois utiliser la commande : | |
- composer create-project <skeleton-de-ton-choix> <project-name>. | |
7 - MVC est un type d'architecture propre à Symfony | |
- false. | |
8 - Le V de MVC signifie Vue (View), pourquoi ? | |
- Parce que c'est la partie visible de l'application. | |
9 - Les actions des contrôleurs doivent se terminer par Action | |
- Faux. | |
10 - La version minimum de PHP pour utiliser Symfony 4 est la | |
- PHP 7.1.3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment