symfony API

controller Package

« Back to API menu

Packages

You are currently browsing the symfony API for the 1.0 version. Switch to:

controller

  • sfConsoleController:
  • sfController: sfController directs application flow.
  • sfFrontWebController: sfFrontWebController allows you to centralize your entry point in your web application, but at the same time allow for any module and action combination to be requested.
  • sfRouting: sfRouting class controls the creation of URLs and parses URLs. It maps an array of parameters to URLs definition.
  • sfWebController: sfWebController provides web specific methods to sfController such as, url redirection.