Sunday, October 26, 2014

Controllers

Controllers receive and process requests. They also have access to the database.

The indexAction() function of a controller is called when no other action is specified in the request.
What does a request look like? Here's an example: https://accounts.google.com/signup.

No comments:

Post a Comment