symfony API

sfFrontWebController Class

« Back to API menu

action

addon

autoload

cache

command

config

controller

creole

database

debug

exception

filter

form

generator

helper

i18n

log

plugin

propel

request

response

routing

storage

task

test

user

util

validator

view

widget

You are currently browsing the symfony documentation for the 1.1 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.