[Zend_Controller] element index

Package indexes

All elements
a c d e f g h i n p r s v z _
_
top
Variable $_frontController
Front controller instance
Variable $_helper
$_helper - Helper Broker to assist in routing help requests to the proper object
Variable $_invokeArgs
Array of arguments provided to the constructor, minus the $_request.
Variable $_redirectCode
HTTP status code for redirects
Variable $_redirectExit
Whether or not calls to _redirect() should exit script execution
Variable $_redirectPrependBase
Whether or not _redirect() should attempt to prepend the base URL to the
Variable $_request
Zend_Controller_Request_Abstract object wrapping the request environment
Variable $_response
Zend_Controller_Response_Abstract object wrapping the response
Method _checkRedirectCode
Validate HTTP status redirect code
Method _forward
Forward to another controller/action.
Method _getAllParams
Return all parameters in the $_request as an associative array.
Method _getParam
Gets a parameter from the $_request. If the parameter does not exist, NULL will be returned.
Method _hasParam
Determine whether a given parameter exists in the $_request.
Method _redirect
Redirect to another URL
Method _setInvokeArgs
Set invocation arguments
Method _setParam
Set a parameter in the $_request.
Method __call
Proxy for undefined methods. Default behavior is to throw an exception on undefined methods, however this function can be overridden to implement magic (dynamic) actions, or provide run-time dispatching.
Method __construct
Class constructor
Variable $_actionController
$_actionController - ActionController reference
Variable $_actionController
$_actionController
Variable $_code
HTTP status code for redirects
Variable $_exit
Whether or not calls to _redirect() should exit script execution
Variable $_helpers
$_helpers - Helper array
Variable $_messageAdded
$_messageAdded - Wether a message has been previously added
Variable $_messages
$_messages - Messages from previous request
Variable $_namespace
$_namespace - Instance namespace, default is 'default'
Variable $_paths
$_paths - paths to Action_Helpers
Variable $_prependBase
Whether or not _redirect() should attempt to prepend the base URL to the
Variable $_session
$_session - Zend_Session storage object
Method _checkCode
Validate HTTP status redirect code
Method _loadHelper
_loadHelper()
Method __call
__call()
Method __construct
__construct() -
Method __construct
__construct() - Instance constructor, needed to get iterators, etc
Method __get
__get()
a
top
Page Abstract.php
Abstract.php in Abstract.php
Page Action.php
Action.php in Action.php
Method addHelper
addHelper() - Add helper objects
Method addMessage
addMessage() - Add a message to flash message
Method addPath
addPath() - Add path to repositories where Action_Helpers could be found.
Method addPrefix
addPrefix() - Add repository of helpers by prefix
c
top
Method count
count() - Complete the countable interface
d
top
Method dispatch
Dispatch the requested action
Method direct
direct(): Perform helper when called as $this->_helper->redirector($url, $options)
e
top
Page Exception.php
Exception.php in Exception.php
f
top
Page FlashMessenger.php
FlashMessenger.php in FlashMessenger.php
g
top
Method getFrontController
Retrieve Front Controller
Method getHelper
getHelper() - get a helper by a name
Method getHelperCopy
getHelperCopy - get a copy of a helper by a name
Method getInvokeArg
Return a single invocation argument
Method getInvokeArgs
Return the array of constructor arguments (minus the Request object)
Method getRedirectCode
Retrieve HTTP status code to emit on _redirect() call
Method getRedirectExit
Retrieve flag for whether or not _redirect() will exit when finished.
Method getRedirectPrependBase
Retrieve flag for whether or not _redirect() will prepend the base URL on relative URLs
Method getRequest
Return the Request object
Method getResponse
Return the Response object
Method getViewScript
Construct view script path
Method getCode
Retrieve HTTP status code to emit on _redirect() call
Method getCurrentMessages
getCurrentMessages() - get messages that have been added to the current namespace within this request
Method getExit
Retrieve flag for whether or not _redirect() will exit when finished.
Method getHelper
getHelper() - get helper by name
Method getIterator
getIterator() - complete the IteratorAggregate interface, for iterating
Method getMessages
getMessages() - Get messages from a specific namespace
Method getName
getName()
Method getPrependBase
Retrieve flag for whether or not _redirect() will prepend the base URL on relative URLs
Method getRequest
getRequest() -
Method getResponse
getResponse() -
Method goto
Perform a redirect
h
top
Page HelperBroker.php
HelperBroker.php in HelperBroker.php
Method hasCurrentMessages
hasCurrentMessages() - check to see if messages have been added to current namespace within this request
Method hasMessages
hasMessages() - Wether a specific namespace has messages
i
top
Method init
Initialize object
Method initView
Initialize View object
Method init
Hook into action controller initialization
n
top
Method notifyPostDispatch
notifyPostDispatch() - called by action controller dispatch method
Method notifyPreDispatch
notifyPreDispatch() - called by action controller dispatch method
p
top
Method postDispatch
Post-dispatch routines
Method preDispatch
Pre-dispatch routines
Method postDispatch
Hook into action controller postDispatch() workflow
Method postDispatch
postDispatch() - runs after action is dispatched, in this case, it is resetting the namespace in case we have forwarded to a different action, Flashmessage will be 'clean' (default namespace)
Method preDispatch
Hook into action controller preDispatch() workflow
r
top
Page Redirector.php
Redirector.php in Redirector.php
Method render
Render a view
Method run
Call the action specified in the request object, and return a response
Method resetHelpers
resetHelpers()
Method resetNamespace
resetNamespace() - reset the namespace to the default
s
top
Method setFrontController
Set the front controller instance
Method setRedirectCode
Retrieve HTTP status code for _redirect() behaviour
Method setRedirectExit
Retrieve exit flag for _redirect() behaviour
Method setRedirectPrependBase
Retrieve 'prepend base' flag for _redirect() behaviour
Method setRequest
Set the Request object
Method setResponse
Set the Response object
Method setActionController
setActionController()
Method setCode
Retrieve HTTP status code for _redirect() behaviour
Method setExit
Retrieve exit flag for _redirect() behaviour
Method setNamespace
setNamespace() - change the namespace messages are added to, useful for per action controller messaging between requests
Method setPrependBase
Retrieve 'prepend base' flag for _redirect() behaviour
v
top
Variable $view
View object
Variable $viewSuffix
View script suffix; defaults to 'phtml'
z
top
Class Zend_Controller_Action
Class Zend_Controller_Action_Exception
Class Zend_Controller_Action_HelperBroker
Class Zend_Controller_Action_Helper_Abstract
Class Zend_Controller_Action_Helper_FlashMessenger
Flash Messenger - implement session-based messages
Class Zend_Controller_Action_Helper_Redirector
a c d e f g h i n p r s v z _