An abstract class to guide implementation of action controllers for use with Zend_Rest_Route.
Located in /Rest/Controller.php (line 35)
Zend_Controller_Action | --Zend_Rest_Controller
Inherited from Zend_Controller_Action
Zend_Controller_Action::$view
Zend_Controller_Action::$viewSuffix
Zend_Controller_Action::$_classMethods
Zend_Controller_Action::$_delimiters
Zend_Controller_Action::$_frontController
Zend_Controller_Action::$_helper
Zend_Controller_Action::$_invokeArgs
Zend_Controller_Action::$_request
Zend_Controller_Action::$_response
The delete action handles DELETE requests and receives an 'id' parameter; it should update the server resource state of the resource identified by the 'id' value.
The get action handles GET requests and receives an 'id' parameter; it should respond with the server resource state of the resource identified by the 'id' value.
The index action handles index/list requests; it should respond with a list of the requested resources.
The post action handles POST requests; it should accept and digest a POSTed resource representation and persist the resource state.
The put action handles PUT requests and receives an 'id' parameter; it should update the server resource state of the resource identified by the 'id' value.
Inherited From Zend_Controller_Action
Zend_Controller_Action::__construct()
Zend_Controller_Action::dispatch()
Zend_Controller_Action::getFrontController()
Zend_Controller_Action::getHelper()
Zend_Controller_Action::getHelperCopy()
Zend_Controller_Action::getInvokeArg()
Zend_Controller_Action::getInvokeArgs()
Zend_Controller_Action::getRequest()
Zend_Controller_Action::getResponse()
Zend_Controller_Action::getViewScript()
Zend_Controller_Action::init()
Zend_Controller_Action::initView()
Zend_Controller_Action::postDispatch()
Zend_Controller_Action::preDispatch()
Zend_Controller_Action::render()
Zend_Controller_Action::renderScript()
Zend_Controller_Action::run()
Zend_Controller_Action::setFrontController()
Zend_Controller_Action::setRequest()
Zend_Controller_Action::setResponse()
Zend_Controller_Action::_forward()
Zend_Controller_Action::_getAllParams()
Zend_Controller_Action::_getParam()
Zend_Controller_Action::_hasParam()
Zend_Controller_Action::_redirect()
Zend_Controller_Action::_setInvokeArgs()
Zend_Controller_Action::_setParam()
Zend_Controller_Action::__call()
Documentation generated on Mon, 21 Jun 2010 15:14:10 -0400 by phpDocumentor 1.4.3