Symfony Controllers

From Littledamien Wiki
Revision as of 20:07, 24 January 2015 by Video8 (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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>