-
$_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
-
$_delimiters
-
Word delimiters (used for normalizing view script paths)
-
$_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
-
$_moduleControllerDirectoryName
-
Subdirectory within a module containing controllers; defaults to 'controllers'
-
$_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
-
$_defaultModule
-
Default module
-
$_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: Set current module to default value
-
__construct
-
Constructor
-
$_errorAction
-
Action to use for errors; defaults to 'error'
-
$_errorController
-
Controller to use for errors; defaults to 'error'
-
$_errorModule
-
Module to use for errors; defaults to default module in dispatcher
-
$_exceptionCountAtFirstEncounter
-
Exception count logged at first invocation of plugin
-
$_isInsideErrorHandlerLoop
-
Flag; are we already inside the error handler loop?
-
$_plugins
-
Array of instance of objects extending Zend_Controller_Plugin_Abstract
-
$_request
-
-
$_response
-
-
__construct
-
Constructor
-
$_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
-
$_isRedirect
-
Flag; is this response a redirect?
-
$_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
-
$_delimiters
-
Word delimiters
-
$_exit
-
Whether or not calls to _redirect() should exit script execution
-
$_frontController
-
Front controller instance
-
$_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'
-
$_neverRender
-
Whether or not to autorender postDispatch; global setting (not reset at
-
$_noController
-
Whether or not to use a controller name as a subdirectory when rendering
-
$_noRender
-
Whether or not to autorender postDispatch; per controller/action setting (reset
-
$_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
-
$_responseSegment
-
Which named segment of the response to utilize
-
$_scriptAction
-
Which action view script to render
-
$_session
-
$_session - Zend_Session storage object
-
$_viewBasePathSpec
-
View object basePath
-
$_viewScriptPathNoControllerSpec
-
View script path specification string, minus controller segment
-
$_viewScriptPathSpec
-
View script path specification string
-
$_viewSuffix
-
View script suffix
-
_checkCode
-
Validate HTTP status redirect code
-
_generateDefaultPrefix
-
Generate a class prefix for helper and filter classes
-
_getBasePath
-
Retrieve base path based on location of current action controller
-
_loadHelper
-
_loadHelper()
-
_normalizeHelperName
-
Normalize helper name for lookups
-
_prependBase
-
Determine if the baseUrl should be prepended, and prepend if necessary
-
_redirect
-
Set redirect in response object
-
_setOptions
-
Set options
-
_translateSpec
-
Inject values into a spec string
-
__call
-
__call()
-
__construct
-
__construct() -
-
__construct
-
__construct() - Instance constructor, needed to get iterators, etc
-
__construct
-
Constructor
-
__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)
-
getDefaultModule
-
Retrieve the default module
-
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)
-
getModuleControllerDirectoryName
-
Return the directory name within a module containing controllers
-
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
-
getPlugin
-
Retrieve a plugin or plugins by class
-
getPlugins
-
Retrieve all plugins
-
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)
-
getDefaultModule
-
Retrieve the default module
-
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
-
getErrorHandlerAction
-
Retrieve the current error handler action
-
getErrorHandlerController
-
Retrieve the current error handler controller
-
getErrorHandlerModule
-
Retrieve the current error handler module
-
getPlugin
-
Retrieve a plugin or plugins by class
-
getPlugins
-
Retrieve all plugins
-
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
-
getActionController
-
Retrieve current action controller
-
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
-
getExistingHelper
-
getExistingHelper() - get helper by name
-
getExit
-
Retrieve flag for whether or not _redirect() will exit when finished.
-
getFrontController
-
Retrieve front controller instance
-
getHelper
-
getHelper() - get helper by name
-
getIterator
-
getIterator() - complete the IteratorAggregate interface, for iterating
-
getMessages
-
getMessages() - Get messages from a specific namespace
-
getName
-
getName()
-
getNeverRender
-
Retrieve neverRender flag value
-
getNoController
-
Retrieve noController flag value
-
getNoRender
-
Retrieve noRender flag value
-
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() -
-
getResponseSegment
-
Retrieve named response segment name
-
getScriptAction
-
Retrieve view script name
-
getViewBasePathSpec
-
Retrieve the current view basePath specification string
-
getViewScript
-
Get a view script based on an action and/or other variables
-
getViewScriptPathNoControllerSpec
-
Retrieve the current view script path specification string (no controller variant)
-
getViewScriptPathSpec
-
Retrieve the current view script path specification string
-
getViewSuffix
-
Get view script suffix
-
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
-
Redirector.php
-
-
registerPlugin
-
Register a plugin.
-
render
-
Render a view
-
renderScript
-
Render a given view script
-
resetInstance
-
Resets all object properties of the singleton instance
-
returnResponse
-
Set whether dispatch() should return the response without first rendering output. By default, output is rendered and dispatch() returns nothing.
-
run
-
Call the action specified in the request object, and return a response
-
run
-
Convenience feature, calls setControllerDirectory()->setRouter()->dispatch()
-
ReturnValue.php
-
-
Reflection.php
-
-
Request.php
-
-
Response.php
-
-
registerPlugin
-
Register a plugin.
-
routeShutdown
-
Called before Zend_Controller_Front exits its iterations over the route set.
-
routeShutdown
-
Called after Zend_Controller_Router exits.
-
routeStartup
-
Called before Zend_Controller_Front begins evaluating the request against its routes.
-
routeStartup
-
Called before Zend_Controller_Front begins evaluating the request against its routes.
-
renderExceptions
-
Whether or not to render exceptions (off by default)
-
Rewrite.php
-
-
Regex.php
-
-
Route.php
-
-
removeDefaultRoutes
-
Remove all standard default routes
-
removeRoute
-
Remove a route from the route chain
-
route
-
Find a matching route to the current PATH_INFO and inject returning values to the Request object.
-
route
-
Processes a request and sets its controller and action. If no route was possible, an exception is thrown.
-
redirectAndExit
-
exit(): Perform exit for redirector
-
removeHelper
-
Remove a particular helper from the broker
-
render
-
Render a view based on path specifications
-
renderBySpec
-
Render a script based on specification variables
-
renderScript
-
Render a view script (optionally to a named response segment)
-
resetHelpers
-
resetHelpers()
-
resetNamespace
-
resetNamespace() - reset the namespace to the default
-
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)
-
setDefaultModule
-
Set the default module name
-
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
-
setModuleControllerDirectoryName
-
Set the directory name within a module containing controllers
-
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 parameters to pass to action controller constructors
-
setParams
-
Set action parameters en masse; does not overwrite
-
setRequest
-
Set the Request object
-
setRequest
-
Set request class/object
-
setResponse
-
Set the Response object
-
setResponse
-
Set response class/object
-
setRouter
-
Set router class/object
-
Stdin.php
-
-
Standard.php
-
-
setControllerDirectory
-
Set the directory where controller files are stored
-
setControllerDirectory
-
Set controller directory
-
setDefaultAction
-
Set the default action (minus any formatting)
-
setDefaultControllerName
-
Set the default controller (minus any formatting)
-
setDefaultModule
-
Set the default module
-
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 an array of a parameters to pass to the Action Controller constructor
-
setParams
-
Set parameters to pass to action controller constructors
-
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
-
setErrorHandler
-
setErrorHandler() - setup the error handling options
-
setErrorHandlerAction
-
Set the action name for the error handler
-
setErrorHandlerController
-
Set the controller name for the error handler
-
setErrorHandlerModule
-
Set the module name for the error handler
-
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
-
setNeverRender
-
Set the neverRender flag (i.e., globally dis/enable autorendering)
-
setNoController
-
Set the noController flag (i.e., whether or not to render into controller subdirectories)
-
setNoRender
-
Set the noRender flag (i.e., whether or not to autorender)
-
setPrependBase
-
Retrieve 'prepend base' flag for _redirect() behaviour
-
setRender
-
Set options for rendering a view script
-
setResponseSegment
-
Set the response segment name
-
setScriptAction
-
Set the view script to use
-
setView
-
Set the view object
-
setViewBasePathSpec
-
Set view basePath specification
-
setViewScriptPathNoControllerSpec
-
Set view script path specification (no controller variant)
-
setViewScriptPathSpec
-
Set view script path specification
-
setViewSuffix
-
Set view script suffix
-
simple
-
Create URL based on default route