Which of the following is not Symfony's Core Class?
-
sfController
-
sfRequest
-
sfResponse
-
sfConcept
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.