symfony API

sfFrontWebController Class

« Back to API menu

action

addon

cache

config

controller

countable

database

debug

exception

filter

generator

helper

i18n

log

request

response

storage

test

user

util

validator

view

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

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.

Method Details

  • dispatch ()

    Dispatches a request.

    This will determine which module and action to use by request parameters specified by the user.