sfActions executes all the logic for the current request.
Method Summary
-
string
execute()
Dispatches to the action defined by the 'action' parameter of the sfRequest object.
Methods inherited from sfAction
forward , forward404 , forward404If , forward404Unless , forwardIf , forwardUnless , getCredential , getDefaultView , getLayout , getRequestMethods , getSecurityConfiguration , getTemplate , handleError , initialize , isSecure , postExecute , preExecute , redirect , redirect404 , redirectIf , redirectUnless , renderText , setLayout , setSecurityConfiguration , setTemplate , setViewClass , validate
Methods inherited from sfComponent
& , debugMessage , execute , getActionName , getContext , getController , getFlash , getLogger , getModuleName , getPresentationFor , getRequest , getRequestParameter , getResponse , getUser , getVar , getVarHolder , hasFlash , hasRequestParameter , initialize , logMessage , sendEmail , setFlash , setVar , __call , __isset , __set , __unset
Method Details
-
Dispatches to the action defined by the 'action' parameter of the sfRequest object.
This method try to execute the executeXXX() method of the current object where XXX is the
defined action name.
returns A string containing the view name associated with this action
throws sfInitializationException
|