sfWebController provides web specific methods to sfController such as, url redirection.
Method Summary
-
array
convertUrlStringToParameters()
Converts an internal URI string to an array of parameters.
-
string
genUrl(, )
Generates an URL from an array of parameters.
-
redirect(, , )
Redirects the request to another URL.
actionExists , componentExists , controllerExists , forward , getAction , getActionStack , getComponent , getContext , getController , getPresentationFor , getRenderMode , getView , inCLI , initialize , loadFilters , newInstance , sendEmail , setRenderMode , __call
Method Details
-
(array) convertUrlStringToParameters ()
Browse code
Converts an internal URI string to an array of parameters.
returns An array of parameters
-
Generates an URL from an array of parameters.
returns A URL to a symfony resource
-
Redirects the request to another URL.
|