Symfony Controllers: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "Category:Symfony Category:PHP Category:Web Development == Overview == A controller is a PHP callable you create that takes information from the HTTP request and ...")
(No difference)

Revision as of 20:07, 24 January 2015


Overview

A controller is a PHP callable you create that takes information from the HTTP request and constructs and returns an HTTP response (as a Symfony Response object).[1]

Notes

</references>