-
$_action
-
Action
-
$_actionKey
-
Action key for retrieving action from params
-
$_baseUrl
-
Base URL
-
$_controller
-
Controller
-
$_controllerDir
-
Directory|ies where controllers are stored
-
$_controllerKey
-
Controller key for retrieving controller from params
-
$_dispatched
-
Has the action been dispatched?
-
$_dispatcher
-
Instance of Zend_Controller_Dispatcher_Interface
-
$_frontController
-
Front controller instance
-
$_helper
-
Helper Broker to assist in routing help requests to the proper object
-
$_instance
-
Singleton instance
-
$_invokeArgs
-
Array of arguments provided to the constructor, minus the $_request.
-
$_invokeParams
-
Array of invocation parameters to use when instantiating action
-
$_module
-
Module
-
$_moduleKey
-
Module key for retrieving module from params
-
$_params
-
Request parameters
-
$_plugins
-
Instance of Zend_Controller_Plugin_Broker
-
$_request
-
Instance of Zend_Controller_Request_Abstract
-
$_request
-
Zend_Controller_Request_Abstract object wrapping the request environment
-
$_response
-
Zend_Controller_Response_Abstract object wrapping the response
-
$_response
-
Instance of Zend_Controller_Response_Abstract
-
$_returnResponse
-
Whether or not to return the response prior to rendering output while in dispatch(); default is to send headers and render output.
-
$_router
-
Instance of Zend_Controller_Router_Interface
-
$_throwExceptions
-
Whether or not exceptions encountered in dispatch() should be
-
_forward
-
Forward to another controller/action.
-
_getAllParams
-
Return all parameters in the $_request as an associative array.
-
_getParam
-
Gets a parameter from the $_request. If the parameter does not exist, NULL will be returned.
-
_hasParam
-
Determine whether a given parameter exists in the $_request.
-
_redirect
-
Redirect to another URL
-
_setInvokeArgs
-
Set invocation arguments
-
_setParam
-
Set a parameter in the $_request.
-
__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.
-
__construct
-
Class constructor
-
$_curDirectory
-
Current dispatchable directory
-
$_curModule
-
Current module (formatted)
-
$_defaultAction
-
Default action
-
$_defaultController
-
Default controller
-
$_frontController
-
Front Controller instance
-
$_invokeParams
-
Array of invocation parameters to use when instantiating action
-
$_pathDelimiter
-
Path delimiter character
-
$_response
-
Response object to pass to action controllers, if any
-
$_wordDelimiter
-
Word delimiter characters
-
_formatName
-
Formats a string from a URI into a PHP-friendly name.
-
_verifyDelimiter
-
Verify delimiter
-
__construct
-
Constructor
-
$_plugins
-
Array of instance of objects extending Zend_Controller_Plugin_Abstract
-
$_request
-
-
$_response
-
-
$_aliases
-
Alias keys for request parameters
-
$_basePath
-
Base path of request
-
$_baseUrl
-
Base URL of request
-
$_params
-
Instance parameters
-
$_pathInfo
-
PATH_INFO
-
$_requestUri
-
REQUEST_URI
-
__construct
-
Constructor
-
__get
-
Access values contained in the superglobals as public members Order of precedence: 1. GET, 2. POST, 3. COOKIE, 4. SERVER, 5. ENV
-
__isset
-
Check to see if a property is set
-
__set
-
Set values
-
$_body
-
Body content
-
$_exceptions
-
Exception stack
-
$_headers
-
Array of headers. Each header is an array with keys 'name' and 'value'
-
$_headersRaw
-
Array of raw headers. Each header is a single string, the entire header to emit
-
$_httpResponseCode
-
HTTP response code to use in headers
-
$_renderExceptions
-
Whether or not to render exceptions; off by default
-
__toString
-
Magic __toString functionality
-
__toString
-
Magic __toString functionality
-
$_actionKey
-
Array keys to use for module, controller, and action. Should be taken out of request.
-
$_controllerKey
-
Array keys to use for module, controller, and action. Should be taken out of request.
-
$_currentRoute
-
Currently matched route
-
$_defaultRegex
-
-
$_defaults
-
-
$_defaults
-
-
$_defaults
-
Default values for the route (ie. module, controller, action, params)
-
$_defaults
-
-
$_dispatcher
-
-
$_frontController
-
Front controller instance
-
$_invokeParams
-
Array of invocation parameters to use when instantiating action
-
$_keysSet
-
-
$_moduleKey
-
Array keys to use for module, controller, and action. Should be taken out of request.
-
$_moduleValid
-
-
$_params
-
-
$_parts
-
-
$_regex
-
-
$_regexDelimiter
-
-
$_request
-
-
$_requirements
-
-
$_reverse
-
-
$_route
-
-
$_routes
-
Array of routes to match against
-
$_staticCount
-
-
$_urlDelimiter
-
-
$_urlVariable
-
-
$_useDefaultRoutes
-
Whether or not to use default routes
-
$_values
-
-
$_values
-
-
$_values
-
-
$_vars
-
-
_getMappedValues
-
Maps numerically indexed array values to it's associative mapped counterpart.
-
_getWildcardData
-
-
_setRequestKeys
-
Set request keys based on values in request object
-
_setRequestParams
-
-
__construct
-
Prepares the route for mapping.
-
__construct
-
Constructor
-
__construct
-
Prepares the route for mapping by splitting (exploding) it to a corresponding atomic parts. These parts are assigned a position which is later used for matching and preparing values.
-
__construct
-
-
__construct
-
Constructor
-
$_actionController
-
$_actionController - ActionController reference
-
$_actionController
-
$_actionController
-
$_code
-
HTTP status code for redirects
-
$_exit
-
Whether or not calls to _redirect() should exit script execution
-
$_helpers
-
$_helpers - Helper array
-
$_messageAdded
-
$_messageAdded - Wether a message has been previously added
-
$_messages
-
$_messages - Messages from previous request
-
$_namespace
-
$_namespace - Instance namespace, default is 'default'
-
$_paths
-
$_paths - paths to Action_Helpers
-
$_prependBase
-
Whether or not _redirect() should attempt to prepend the base URL to the
-
$_redirectUrl
-
Url to which to redirect
-
$_request
-
Request object
-
$_response
-
Response object
-
$_session
-
$_session - Zend_Session storage object
-
_checkCode
-
Validate HTTP status redirect code
-
_loadHelper
-
_loadHelper()
-
_redirect
-
Set redirect in response object
-
__call
-
__call()
-
__construct
-
__construct() - Instance constructor, needed to get iterators, etc
-
__construct
-
__construct() -
-
__get
-
__get()
-
getActionKey
-
Retrieve the action key
-
getActionName
-
Retrieve the action name
-
getBaseUrl
-
Retrieve the currently set base URL
-
getControllerDirectory
-
Retrieve controller directory
-
getControllerKey
-
Retrieve the controller key
-
getControllerName
-
Retrieve the controller name
-
getDefaultAction
-
Retrieve the default action (unformatted string)
-
getDefaultControllerName
-
Retrieve the default controller (unformatted string)
-
getDispatcher
-
Return the dispatcher object.
-
getFrontController
-
Retrieve Front Controller
-
getHelper
-
Get a helper by name
-
getHelperCopy
-
Get a clone of a helper by name
-
getInstance
-
Singleton instance
-
getInvokeArg
-
Return a single invocation argument
-
getInvokeArgs
-
Return the array of constructor arguments (minus the Request object)
-
getModuleKey
-
Retrieve the module key
-
getModuleName
-
Retrieve the module name
-
getParam
-
Retrieve a single parameter from the controller parameter stack
-
getParam
-
Get an action parameter
-
getParams
-
Retrieve action controller instantiation parameters
-
getParams
-
Get all action parameters
-
getRequest
-
Return the request object.
-
getRequest
-
Return the Request object
-
getResponse
-
Return the Response object
-
getResponse
-
Return the response object.
-
getRouter
-
Return the router object.
-
getUserParam
-
Retrieve a single user param (i.e, a param specific to the object and not the environment)
-
getUserParams
-
Retrieve only user params (i.e, any param specific to the object and not the environment)
-
getViewScript
-
Construct view script path
-
getActionMethod
-
Determine the action name
-
getControllerClass
-
Get controller class name
-
getControllerDirectory
-
Return the currently set directories for Zend_Controller_Action class lookup
-
getControllerDirectory
-
Return the currently set directory(ies) for controller file lookup
-
getDefaultAction
-
Retrieve the default action name (minus formatting)
-
getDefaultControllerClass
-
Retrieve default controller class
-
getDefaultControllerName
-
Retrieve the default controller name (minus formatting)
-
getDispatchDirectory
-
Return the value of the currently selected dispatch directory (as set by getController())
-
getFrontController
-
Retrieve front controller instance
-
getParam
-
Retrieve a single parameter from the controller parameter stack
-
getParam
-
Retrieve a single parameter from the controller parameter stack
-
getParams
-
Retrieve the parameters to pass to the Action Controller constructor
-
getParams
-
Retrieve action controller instantiation parameters
-
getPathDelimiter
-
Retrieve the path delimiter character(s) used in controller names
-
getResponse
-
Return the registered response object
-
getResponse
-
Retrieve the response object, if any
-
getWordDelimiter
-
Retrieve the word delimiter character(s) used in controller or action names
-
getRequest
-
Get request object
-
getRequest
-
Get request object
-
getResponse
-
Get response object
-
getResponse
-
Get response object
-
get
-
Alias to __get
-
getAlias
-
Retrieve an alias
-
getAliases
-
Retrieve the list of all aliases
-
getBasePath
-
Everything in REQUEST_URI before PATH_INFO not including the filename <img src="<?=$basePath?>/images/zend.png"/>
-
getBaseUrl
-
Everything in REQUEST_URI before PATH_INFO <form action="<?=$baseUrl?>/news/submit" method="POST"/>
-
getCookie
-
Retrieve a member of the $_COOKIE superglobal
-
getEnv
-
Retrieve a member of the $_ENV superglobal
-
getHeader
-
Return the value of the given HTTP header. Pass the header name as the plain, HTTP-specified header name. Ex.: Ask for 'Accept' to get the Accept header, 'Accept-Encoding' to get the Accept-Encoding header.
-
getMethod
-
Return the method by which the request was made
-
getParam
-
Retrieve a parameter
-
getParams
-
Retrieve an array of parameters
-
getPathInfo
-
Returns everything between the BaseUrl and QueryString.
-
getPost
-
Retrieve a member of the $_POST superglobal
-
getQuery
-
Retrieve a member of the $_GET superglobal
-
getRequestUri
-
Returns the REQUEST_URI taking into account platform differences between Apache and IIS
-
getServer
-
Retrieve a member of the $_SERVER superglobal
-
getBody
-
Return the body content
-
getException
-
Retrieve the exception stack
-
getHeaders
-
Return array of headers; see $_headers for format
-
getHttpResponseCode
-
Retrieve HTTP response code
-
getRawHeaders
-
Retrieve all setRawHeader()
-
getCurrentRoute
-
Retrieve a currently matched route
-
getCurrentRouteName
-
Retrieve a name of currently matched route
-
getDefault
-
Return a single parameter of route's defaults
-
getDefault
-
Return a single parameter of route's defaults
-
getDefault
-
Return a single parameter of route's defaults
-
getDefaults
-
Return an array of defaults
-
getDefaults
-
Return an array of defaults
-
getDefaults
-
Return an array of defaults
-
getFrontController
-
Retrieve Front Controller
-
getInstance
-
Instantiates route based on passed Zend_Config structure
-
getInstance
-
Instantiates route based on passed Zend_Config structure
-
getInstance
-
Instantiates route based on passed Zend_Config structure
-
getInstance
-
-
getInstance
-
Instantiates route based on passed Zend_Config structure
-
getParam
-
Retrieve a single parameter from the controller parameter stack
-
getParam
-
Retrieve a single parameter from the controller parameter stack
-
getParams
-
Retrieve action controller instantiation parameters
-
getParams
-
Retrieve the parameters to pass to helper object constructors
-
getRoute
-
Retrieve a named route
-
getRoutes
-
Retrieve an array of routes added to the route chain
-
getCode
-
Retrieve HTTP status code to emit on _redirect() call
-
getCurrentMessages
-
getCurrentMessages() - get messages that have been added to the current namespace within this request
-
getExit
-
Retrieve flag for whether or not _redirect() will exit when finished.
-
getHelper
-
getHelper() - get helper by name
-
getIterator
-
getIterator() - complete the IteratorAggregate interface, for iterating
-
getMessages
-
getMessages() - Get messages from a specific namespace
-
getName
-
getName()
-
getPrependBase
-
Retrieve flag for whether or not _redirect() will prepend the base URL on relative URLs
-
getRedirectUrl
-
Retrieve currently set URL for redirect
-
getRequest
-
getRequest() -
-
getResponse
-
getResponse() -
-
goto
-
Perform a redirect to an action/controller/module with params
-
gotoAndExit
-
Perform a redirect to an action/controller/module with params, forcing an immdiate exit
-
gotoRoute
-
Redirect to a route-based URL
-
gotoRouteAndExit
-
Redirect to a route-based URL, and immediately exit
-
gotoUrl
-
Perform a redirect to a url
-
gotoUrlAndExit
-
Set a URL string for a redirect, perform redirect, and immediately exit
-
setActionKey
-
Set the action key
-
setActionName
-
Set the action name
-
setBaseUrl
-
Set the base URL used for requests
-
setControllerDirectory
-
Set controller directory
-
setControllerKey
-
Set the controller key
-
setControllerName
-
Set the controller name to use
-
setDefaultAction
-
Set the default action (unformatted string)
-
setDefaultControllerName
-
Set the default controller (unformatted string)
-
setDispatched
-
Set flag indicating whether or not request has been dispatched
-
setDispatcher
-
Set the dispatcher object. The dispatcher is responsible for taking a Zend_Controller_Dispatcher_Token object, instantiating the controller, and call the action method of the controller.
-
setFrontController
-
Set the front controller instance
-
setModuleKey
-
Set the module key
-
setModuleName
-
Set the module name to use
-
setParam
-
Add or modify a parameter to use when instantiating an action controller
-
setParam
-
Set an action parameter
-
setParams
-
Set action parameters en masse; does not overwrite
-
setParams
-
Set parameters to pass to action controller constructors
-
setRequest
-
Set the Request object
-
setRequest
-
Set request class/object
-
setResponse
-
Set response class/object
-
setResponse
-
Set the Response object
-
setRouter
-
Set router class/object
-
Stdin.php
-
-
Standard.php
-
-
setControllerDirectory
-
Set controller directory
-
setControllerDirectory
-
Set the directory where controller files are stored
-
setDefaultAction
-
Set the default action (minus any formatting)
-
setDefaultControllerName
-
Set the default controller (minus any formatting)
-
setFrontController
-
Set front controller instance
-
setParam
-
Add or modify a parameter to use when instantiating an action controller
-
setParam
-
Add or modify a parameter with which to instantiate an Action Controller
-
setParams
-
Set parameters to pass to action controller constructors
-
setParams
-
Set an array of a parameters to pass to the Action Controller constructor
-
setPathDelimiter
-
Set path delimiter
-
setResponse
-
Set response object to pass to action controllers
-
setResponse
-
Set the response object to use, if any
-
setWordDelimiter
-
Set word delimiter
-
setRequest
-
Set request object, and register with each plugin
-
setRequest
-
Set request object
-
setResponse
-
Set response object
-
setResponse
-
Set response object
-
set
-
Alias to __set()
-
setAlias
-
Set a key alias
-
setBasePath
-
Set the base path for the URL
-
setBaseUrl
-
Set the base URL of the request; i.e., the segment leading to the script name
-
setParam
-
Set a userland parameter
-
setParams
-
Set parameters
-
setPathInfo
-
Set the PATH_INFO string
-
setRequestUri
-
Set the REQUEST_URI on which the instance operates
-
sendHeaders
-
Send all headers
-
sendResponse
-
Send the response, including all headers, rendering exceptions if so requested.
-
setBody
-
Set body content
-
setException
-
Register an exception with the response
-
setHeader
-
Set a header
-
setHttpResponseCode
-
Set HTTP response code to use with headers
-
setRawHeader
-
Set raw HTTP header
-
setRedirect
-
Set redirect URL
-
Static.php
-
-
setFrontController
-
Set Front Controller
-
setParam
-
Add or modify a parameter with which to instantiate any helper objects
-
setParam
-
Add or modify a parameter to use when instantiating an action controller
-
setParams
-
Set parameters to pass to action controller constructors
-
setParams
-
Set an array of a parameters to pass to helper object constructors
-
setActionController
-
setActionController()
-
setCode
-
Retrieve HTTP status code for _redirect() behaviour
-
setExit
-
Retrieve exit flag for _redirect() behaviour
-
setGoto
-
Set a redirect URL of the form /module/controller/action/params
-
setGotoRoute
-
Build a URL based on a route
-
setGotoUrl
-
Set a redirect URL string
-
setNamespace
-
setNamespace() - change the namespace messages are added to, useful for per action controller messaging between requests
-
setPrependBase
-
Retrieve 'prepend base' flag for _redirect() behaviour
-
simple
-
Create URL based on default route