1.

What is a Symfony controller?

Answer»

Symfony controller is a PHP FUNCTION that OBTAINS information from the HTTP request to construct and return an HTTP response. The response can vary and could be an XML DOCUMENT, an HTML page, a REDIRECT, a 404 error, a serialized JSON array, or any other request.



Discussion

No Comment Found