Multiple choice technology web technology

Which of the following is not Symfony's Core Class?

  1. sfController

  2. sfRequest

  3. sfResponse

  4. sfConcept

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Symfony (specifically Symfony 1.x legacy core classes) utilizes sfController to handle execution flow, sfRequest to represent the HTTP request, and sfResponse to represent the HTTP response. sfConcept is not a class or core component in the Symfony framework.