[Zend_Controller] element index

Package indexes

All elements
a b c d e f g h i l m n o p r s t u v z _
_
top
Variable $_action
Action
Variable $_actionKey
Action key for retrieving action from params
Variable $_baseUrl
Base URL
Variable $_controller
Controller
Variable $_controllerDir
Directory|ies where controllers are stored
Variable $_controllerKey
Controller key for retrieving controller from params
Variable $_delimiters
Word delimiters (used for normalizing view script paths)
Variable $_dispatched
Has the action been dispatched?
Variable $_dispatcher
Instance of Zend_Controller_Dispatcher_Interface
Variable $_frontController
Front controller instance
Variable $_helper
Helper Broker to assist in routing help requests to the proper object
Variable $_instance
Singleton instance
Variable $_invokeArgs
Array of arguments provided to the constructor, minus the $_request.
Variable $_invokeParams
Array of invocation parameters to use when instantiating action
Variable $_module
Module
Variable $_moduleControllerDirectoryName
Subdirectory within a module containing controllers; defaults to 'controllers'
Variable $_moduleKey
Module key for retrieving module from params
Variable $_params
Request parameters
Variable $_plugins
Instance of Zend_Controller_Plugin_Broker
Variable $_request
Instance of Zend_Controller_Request_Abstract
Variable $_request
Zend_Controller_Request_Abstract object wrapping the request environment
Variable $_response
Zend_Controller_Response_Abstract object wrapping the response
Variable $_response
Instance of Zend_Controller_Response_Abstract
Variable $_returnResponse
Whether or not to return the response prior to rendering output while in dispatch(); default is to send headers and render output.
Variable $_router
Instance of Zend_Controller_Router_Interface
Variable $_throwExceptions
Whether or not exceptions encountered in dispatch() should be
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 $_curDirectory
Current dispatchable directory
Variable $_curModule
Current module (formatted)
Variable $_defaultAction
Default action
Variable $_defaultController
Default controller
Variable $_defaultModule
Default module
Variable $_frontController
Front Controller instance
Variable $_invokeParams
Array of invocation parameters to use when instantiating action
Variable $_pathDelimiter
Path delimiter character
Variable $_response
Response object to pass to action controllers, if any
Variable $_wordDelimiter
Word delimiter characters
Method _formatName
Formats a string from a URI into a PHP-friendly name.
Method _verifyDelimiter
Verify delimiter
Method __construct
Constructor: Set current module to default value
Method __construct
Constructor
Variable $_errorAction
Action to use for errors; defaults to 'error'
Variable $_errorController
Controller to use for errors; defaults to 'error'
Variable $_errorModule
Module to use for errors; defaults to default module in dispatcher
Variable $_exceptionCountAtFirstEncounter
Exception count logged at first invocation of plugin
Variable $_isInsideErrorHandlerLoop
Flag; are we already inside the error handler loop?
Variable $_plugins
Array of instance of objects extending Zend_Controller_Plugin_Abstract
Variable $_request
Variable $_response
Method __construct
Constructor
Variable $_aliases
Alias keys for request parameters
Variable $_basePath
Base path of request
Variable $_baseUrl
Base URL of request
Variable $_params
Instance parameters
Variable $_pathInfo
PATH_INFO
Variable $_requestUri
REQUEST_URI
Method __construct
Constructor
Method __get
Access values contained in the superglobals as public members Order of precedence: 1. GET, 2. POST, 3. COOKIE, 4. SERVER, 5. ENV
Method __isset
Check to see if a property is set
Method __set
Set values
Variable $_body
Body content
Variable $_exceptions
Exception stack
Variable $_headers
Array of headers. Each header is an array with keys 'name' and 'value'
Variable $_headersRaw
Array of raw headers. Each header is a single string, the entire header to emit
Variable $_httpResponseCode
HTTP response code to use in headers
Variable $_isRedirect
Flag; is this response a redirect?
Variable $_renderExceptions
Whether or not to render exceptions; off by default
Method __toString
Magic __toString functionality
Method __toString
Magic __toString functionality
Variable $_actionKey
Array keys to use for module, controller, and action. Should be taken out of request.
Variable $_controllerKey
Array keys to use for module, controller, and action. Should be taken out of request.
Variable $_currentRoute
Currently matched route
Variable $_defaultRegex
Variable $_defaults
Variable $_defaults
Variable $_defaults
Default values for the route (ie. module, controller, action, params)
Variable $_defaults
Variable $_dispatcher
Variable $_frontController
Front controller instance
Variable $_invokeParams
Array of invocation parameters to use when instantiating action
Variable $_keysSet
Variable $_moduleKey
Array keys to use for module, controller, and action. Should be taken out of request.
Variable $_moduleValid
Variable $_params
Variable $_parts
Variable $_regex
Variable $_regexDelimiter
Variable $_request
Variable $_requirements
Variable $_reverse
Variable $_route
Variable $_routes
Array of routes to match against
Variable $_staticCount
Variable $_urlDelimiter
Variable $_urlVariable
Variable $_useDefaultRoutes
Whether or not to use default routes
Variable $_values
Variable $_values
Variable $_values
Variable $_vars
Method _getMappedValues
Maps numerically indexed array values to it's associative mapped counterpart.
Method _getWildcardData
Method _setRequestKeys
Set request keys based on values in request object
Method _setRequestParams
Method __construct
Prepares the route for mapping.
Method __construct
Constructor
Method __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.
Method __construct
Method __construct
Constructor
Variable $_actionController
$_actionController - ActionController reference
Variable $_actionController
$_actionController
Variable $_code
HTTP status code for redirects
Variable $_delimiters
Word delimiters
Variable $_exit
Whether or not calls to _redirect() should exit script execution
Variable $_frontController
Front controller instance
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 $_neverRender
Whether or not to autorender postDispatch; global setting (not reset at
Variable $_noController
Whether or not to use a controller name as a subdirectory when rendering
Variable $_noRender
Whether or not to autorender postDispatch; per controller/action setting (reset
Variable $_paths
$_paths - paths to Action_Helpers
Variable $_prependBase
Whether or not _redirect() should attempt to prepend the base URL to the
Variable $_redirectUrl
Url to which to redirect
Variable $_request
Request object
Variable $_response
Response object
Variable $_responseSegment
Which named segment of the response to utilize
Variable $_scriptAction
Which action view script to render
Variable $_session
$_session - Zend_Session storage object
Variable $_viewBasePathSpec
View object basePath
Variable $_viewScriptPathNoControllerSpec
View script path specification string, minus controller segment
Variable $_viewScriptPathSpec
View script path specification string
Variable $_viewSuffix
View script suffix
Method _checkCode
Validate HTTP status redirect code
Method _generateDefaultPrefix
Generate a class prefix for helper and filter classes
Method _getBasePath
Retrieve base path based on location of current action controller
Method _loadHelper
_loadHelper()
Method _normalizeHelperName
Normalize helper name for lookups
Method _prependBase
Determine if the baseUrl should be prepended, and prepend if necessary
Method _redirect
Set redirect in response object
Method _setOptions
Set options
Method _translateSpec
Inject values into a spec string
Method __call
__call()
Method __construct
__construct() -
Method __construct
__construct() - Instance constructor, needed to get iterators, etc
Method __construct
Constructor
Method __get
__get()
a
top
Method addControllerDirectory
Add a controller directory to the controller directory stack
Method addModuleDirectory
Specify a directory as containing modules
Page Abstract.php
Abstract.php in Abstract.php
Page Action.php
Action.php in Action.php
Page Abstract.php
Abstract.php in Abstract.php
Page Abstract.php
Abstract.php in Abstract.php
Page Abstract.php
Abstract.php in Abstract.php
Method addControllerDirectory
Add a single path to the controller directory stack
Method addControllerDirectory
Add a controller directory to the controller directory stack
Page Abstract.php
Abstract.php in Abstract.php
Page Abstract.php
Abstract.php in Abstract.php
Method append
Append a named body segment to the body content array
Method appendBody
Append content to the body content
Method addConfig
Create routes out of Zend_Config configuration
Method addDefaultRoutes
Add default routes which are used to mimic basic router behaviour
Method addRoute
Add route to the route chain
Method addRoutes
Add routes to the route chain
Method assemble
Assembles a URL path defined by this route
Method assemble
Assembles user submitted parameters forming a URL path defined by this route
Method assemble
Method assemble
Assembles user submitted parameters forming a URL path defined by this route
Method assemble
Assembles a URL path defined by this route
Page Abstract.php
Abstract.php in Abstract.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
b
top
Page Broker.php
Broker.php in Broker.php
c
top
Method clearParams
Clear the controller parameter stack
Page Cli.php
Cli.php in Cli.php
Page Class.php
Class.php in Class.php
Method classToFilename
Convert a class name to a filename
Method clearParams
Clear the controller parameter stack
Method clearParams
Clear the controller parameter stack
Method canSendHeaders
Can we send headers?
Method clearAllHeaders
Clear all headers, normal and raw
Method clearBody
Clear body array
Method clearHeaders
Clear headers
Method clearRawHeaders
Clear all setRawHeader()
Method clearParams
Clear the controller parameter stack
Method clearParams
Clear the controller parameter stack
Method count
count() - Complete the countable interface
d
top
Method dispatch
Dispatch an HTTP request to a controller/action.
Method dispatch
Dispatch the requested action
Method dispatch
Dispatch to a controller/action
Method dispatch
Dispatches a request object to a controller/action. If the action requests a forward to another action, a new request will be returned.
Method dispatchLoopShutdown
Called before Zend_Controller_Front exits its dispatch loop.
Method dispatchLoopShutdown
Called before Zend_Controller_Front exits its dispatch loop.
Method dispatchLoopStartup
Called before Zend_Controller_Front enters its dispatch loop.
Method dispatchLoopStartup
Called before Zend_Controller_Front enters its dispatch loop.
Method direct
Use this helper as a method; proxies to setRender()
Method direct
Perform helper when called as $this->_helper->url() from an action controller
Method direct
direct(): Perform helper when called as $this->_helper->redirector($action, $controller, $module, $params)
e
top
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page ErrorHandler.php
ErrorHandler.php in ErrorHandler.php
Class Constant EXCEPTION_NO_ACTION
Const - No action exception; controller exists, but action does not
Class Constant EXCEPTION_NO_CONTROLLER
Const - No controller exception; controller does not exist
Class Constant EXCEPTION_OTHER
Const - Other Exception; exceptions thrown by application controllers
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
f
top
Page FlashMessenger.php
FlashMessenger.php in FlashMessenger.php
Page Front.php
Front.php in Front.php
Page Function.php
Function.php in Function.php
Method formatActionName
Formats a string into an action name. This is used to take a raw action name, such as one that would be stored inside a Zend_Controller_Request_Abstract object, and reformat into a proper method name that would be found inside a class extending Zend_Controller_Action.
Method formatActionName
Formats a string into an action name. This is used to take a raw action name, such as one that would be packaged inside a request object, and reformat into a proper method name that would be found inside a class extending Zend_Controller_Action.
Method formatControllerName
Formats a string into a controller name. This is used to take a raw controller name, such as one stored inside a Zend_Controller_Request_Abstract object, and reformat it to a proper class name that a class extending Zend_Controller_Action would use.
Method formatControllerName
Formats a string into a controller name. This is used to take a raw controller name, such as one that would be packaged inside a request object, and reformat it to a proper class name that a class extending Zend_Controller_Action would use.
Method formatModuleName
Format the module name.
g
top
Method getActionKey
Retrieve the action key
Method getActionName
Retrieve the action name
Method getBaseUrl
Retrieve the currently set base URL
Method getControllerDirectory
Retrieve controller directory
Method getControllerKey
Retrieve the controller key
Method getControllerName
Retrieve the controller name
Method getDefaultAction
Retrieve the default action (unformatted string)
Method getDefaultControllerName
Retrieve the default controller (unformatted string)
Method getDefaultModule
Retrieve the default module
Method getDispatcher
Return the dispatcher object.
Method getFrontController
Retrieve Front Controller
Method getHelper
Get a helper by name
Method getHelperCopy
Get a clone of a helper by name
Method getInstance
Singleton instance
Method getInvokeArg
Return a single invocation argument
Method getInvokeArgs
Return the array of constructor arguments (minus the Request object)
Method getModuleControllerDirectoryName
Return the directory name within a module containing controllers
Method getModuleKey
Retrieve the module key
Method getModuleName
Retrieve the module name
Method getParam
Retrieve a single parameter from the controller parameter stack
Method getParam
Get an action parameter
Method getParams
Retrieve action controller instantiation parameters
Method getParams
Get all action parameters
Method getPlugin
Retrieve a plugin or plugins by class
Method getPlugins
Retrieve all plugins
Method getRequest
Return the request object.
Method getRequest
Return the Request object
Method getResponse
Return the response object.
Method getResponse
Return the Response object
Method getRouter
Return the router object.
Method getUserParam
Retrieve a single user param (i.e, a param specific to the object and not the environment)
Method getUserParams
Retrieve only user params (i.e, any param specific to the object and not the environment)
Method getViewScript
Construct view script path
Method getActionMethod
Determine the action name
Method getControllerClass
Get controller class name
Method getControllerDirectory
Return the currently set directories for Zend_Controller_Action class lookup
Method getControllerDirectory
Return the currently set directory(ies) for controller file lookup
Method getDefaultAction
Retrieve the default action name (minus formatting)
Method getDefaultControllerClass
Retrieve default controller class
Method getDefaultControllerName
Retrieve the default controller name (minus formatting)
Method getDefaultModule
Retrieve the default module
Method getDispatchDirectory
Return the value of the currently selected dispatch directory (as set by getController())
Method getFrontController
Retrieve front controller instance
Method getParam
Retrieve a single parameter from the controller parameter stack
Method getParam
Retrieve a single parameter from the controller parameter stack
Method getParams
Retrieve the parameters to pass to the Action Controller constructor
Method getParams
Retrieve action controller instantiation parameters
Method getPathDelimiter
Retrieve the path delimiter character(s) used in controller names
Method getResponse
Return the registered response object
Method getResponse
Retrieve the response object, if any
Method getWordDelimiter
Retrieve the word delimiter character(s) used in controller or action names
Method getErrorHandlerAction
Retrieve the current error handler action
Method getErrorHandlerController
Retrieve the current error handler controller
Method getErrorHandlerModule
Retrieve the current error handler module
Method getPlugin
Retrieve a plugin or plugins by class
Method getPlugins
Retrieve all plugins
Method getRequest
Get request object
Method getRequest
Get request object
Method getResponse
Get response object
Method getResponse
Get response object
Method get
Alias to __get
Method getAlias
Retrieve an alias
Method getAliases
Retrieve the list of all aliases
Method getBasePath
Everything in REQUEST_URI before PATH_INFO not including the filename <img src="<?=$basePath?>/images/zend.png"/>
Method getBaseUrl
Everything in REQUEST_URI before PATH_INFO <form action="<?=$baseUrl?>/news/submit" method="POST"/>
Method getCookie
Retrieve a member of the $_COOKIE superglobal
Method getEnv
Retrieve a member of the $_ENV superglobal
Method 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.
Method getMethod
Return the method by which the request was made
Method getParam
Retrieve a parameter
Method getParams
Retrieve an array of parameters
Method getPathInfo
Returns everything between the BaseUrl and QueryString.
Method getPost
Retrieve a member of the $_POST superglobal
Method getQuery
Retrieve a member of the $_GET superglobal
Method getRequestUri
Returns the REQUEST_URI taking into account platform differences between Apache and IIS
Method getServer
Retrieve a member of the $_SERVER superglobal
Method getBody
Return the body content
Method getException
Retrieve the exception stack
Method getHeaders
Return array of headers; see $_headers for format
Method getHttpResponseCode
Retrieve HTTP response code
Method getRawHeaders
Retrieve all setRawHeader()
Method getCurrentRoute
Retrieve a currently matched route
Method getCurrentRouteName
Retrieve a name of currently matched route
Method getDefault
Return a single parameter of route's defaults
Method getDefault
Return a single parameter of route's defaults
Method getDefault
Return a single parameter of route's defaults
Method getDefaults
Return an array of defaults
Method getDefaults
Return an array of defaults
Method getDefaults
Return an array of defaults
Method getFrontController
Retrieve Front Controller
Method getInstance
Instantiates route based on passed Zend_Config structure
Method getInstance
Instantiates route based on passed Zend_Config structure
Method getInstance
Instantiates route based on passed Zend_Config structure
Method getInstance
Method getInstance
Instantiates route based on passed Zend_Config structure
Method getParam
Retrieve a single parameter from the controller parameter stack
Method getParam
Retrieve a single parameter from the controller parameter stack
Method getParams
Retrieve action controller instantiation parameters
Method getParams
Retrieve the parameters to pass to helper object constructors
Method getRoute
Retrieve a named route
Method getRoutes
Retrieve an array of routes added to the route chain
Method getActionController
Retrieve current action controller
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 getExistingHelper
getExistingHelper() - get helper by name
Method getExit
Retrieve flag for whether or not _redirect() will exit when finished.
Method getFrontController
Retrieve front controller instance
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 getNeverRender
Retrieve neverRender flag value
Method getNoController
Retrieve noController flag value
Method getNoRender
Retrieve noRender flag value
Method getPrependBase
Retrieve flag for whether or not _redirect() will prepend the base URL on relative URLs
Method getRedirectUrl
Retrieve currently set URL for redirect
Method getRequest
getRequest() -
Method getResponse
getResponse() -
Method getResponseSegment
Retrieve named response segment name
Method getScriptAction
Retrieve view script name
Method getViewBasePathSpec
Retrieve the current view basePath specification string
Method getViewScript
Get a view script based on an action and/or other variables
Method getViewScriptPathNoControllerSpec
Retrieve the current view script path specification string (no controller variant)
Method getViewScriptPathSpec
Retrieve the current view script path specification string
Method getViewSuffix
Get view script suffix
Method goto
Perform a redirect to an action/controller/module with params
Method gotoAndExit
Perform a redirect to an action/controller/module with params, forcing an immdiate exit
Method gotoRoute
Redirect to a route-based URL
Method gotoRouteAndExit
Redirect to a route-based URL, and immediately exit
Method gotoUrl
Perform a redirect to a url
Method gotoUrlAndExit
Set a URL string for a redirect, perform redirect, and immediately exit
h
top
Page HelperBroker.php
HelperBroker.php in HelperBroker.php
Page Http.php
Http.php in Http.php
Page Http.php
Http.php in Http.php
Page Http.php
Http.php in Http.php
Page Http.php
Http.php in Http.php
Method has
Alias to __isset()
Variable $headersSentThrowsException
Flag; if true, when header operations are called after headers have been sent, an exception will be raised; otherwise, processing will continue as normal. Defaults to false.
Variable $headersSentThrowsException
Flag; if true, when header operations are called after headers have been sent, an exception will be raised; otherwise, processing will continue as normal. Defaults to true.
Method hasRoute
Check if named route exists
Method hasCurrentMessages
hasCurrentMessages() - check to see if messages have been added to current namespace within this request
Method hasHelper
Is a particular helper loaded in the broker?
Method hasMessages
hasMessages() - Wether a specific namespace has messages
i
top
Method init
Initialize object
Method initView
Initialize View object
Method isDispatched
Determine if the request has been dispatched
Page Interface.php
Interface.php in Interface.php
Page Interface.php
Interface.php in Interface.php
Method isDispatchable
Returns TRUE if the Zend_Controller_Request_Abstract object can be dispatched to a controller.
Method isDispatchable
Returns TRUE if an action can be dispatched, or FALSE otherwise.
Method isValidModule
Determine if a given module is valid
Method isValidModule
Whether or not a given module is valid
Method isPost
Was the request made by POST?
Method isXmlHttpRequest
Is the request a Javascript XMLHttpRequest?
Method insert
Insert a named segment into the body content array
Method isException
Has an exception been registered with the response?
Method isRedirect
Is this a redirect?
Page Interface.php
Interface.php in Interface.php
Page Interface.php
Interface.php in Interface.php
Method init
Hook into action controller initialization
Method init
init - initialize view
Method initView
Initialize the view object
l
top
Method loadClass
Load a controller class
m
top
Page Method.php
Method.php in Method.php
Page Module.php
Module.php in Module.php
Method match
Matches a user submitted path with a previously defined route.
Method match
Matches a user submitted path with parts defined by a map. Assigns and returns an array of variables on a successful match.
Method match
Matches a user submitted path. Assigns and returns an array of variables on a successful match.
Method match
Method match
Matches a user submitted path with a previously defined route.
n
top
Page Node.php
Node.php in Node.php
Method notifyPostDispatch
notifyPostDispatch() - called by action controller dispatch method
Method notifyPreDispatch
notifyPreDispatch() - called by action controller dispatch method
o
top
Method outputBody
Echo the body segments
p
top
Method postDispatch
Post-dispatch routines
Method preDispatch
Pre-dispatch routines
Page Parameter.php
Parameter.php in Parameter.php
Page Prototype.php
Prototype.php in Prototype.php
Method postDispatch
postDispatch() plugin hook -- check for exceptions and dispatch error handler if necessary
Method postDispatch
Called after an action is dispatched by Zend_Controller_Dispatcher.
Method postDispatch
Called after an action is dispatched by Zend_Controller_Dispatcher.
Method preDispatch
Called before an action is dispatched by Zend_Controller_Dispatcher.
Method preDispatch
Called before an action is dispatched by Zend_Controller_Dispatcher.
Method prepend
Prepend a named body segment to the body content array
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 postDispatch
Hook into action controller postDispatch() workflow
Method postDispatch
postDispatch - auto render a view
Method preDispatch
Hook into action controller preDispatch() workflow
r
top
Page Redirector.php
Redirector.php in Redirector.php
Method registerPlugin
Register a plugin.
Method render
Render a view
Method renderScript
Render a given view script
Method resetInstance
Resets all object properties of the singleton instance
Method returnResponse
Set whether dispatch() should return the response without first rendering output. By default, output is rendered and dispatch() returns nothing.
Method run
Call the action specified in the request object, and return a response
Method run
Convenience feature, calls setControllerDirectory()->setRouter()->dispatch()
Page ReturnValue.php
ReturnValue.php in ReturnValue.php
Page Reflection.php
Reflection.php in Reflection.php
Page Request.php
Request.php in Request.php
Page Response.php
Response.php in Response.php
Method registerPlugin
Register a plugin.
Method routeShutdown
Called before Zend_Controller_Front exits its iterations over the route set.
Method routeShutdown
Called after Zend_Controller_Router exits.
Method routeStartup
Called before Zend_Controller_Front begins evaluating the request against its routes.
Method routeStartup
Called before Zend_Controller_Front begins evaluating the request against its routes.
Method renderExceptions
Whether or not to render exceptions (off by default)
Page Rewrite.php
Rewrite.php in Rewrite.php
Page Regex.php
Regex.php in Regex.php
Page Route.php
Route.php in Route.php
Method removeDefaultRoutes
Remove all standard default routes
Method removeRoute
Remove a route from the route chain
Method route
Find a matching route to the current PATH_INFO and inject returning values to the Request object.
Method route
Processes a request and sets its controller and action. If no route was possible, an exception is thrown.
Method redirectAndExit
exit(): Perform exit for redirector
Method removeHelper
Remove a particular helper from the broker
Method render
Render a view based on path specifications
Method renderBySpec
Render a script based on specification variables
Method renderScript
Render a view script (optionally to a named response segment)
Method resetHelpers
resetHelpers()
Method resetNamespace
resetNamespace() - reset the namespace to the default
s
top
Method setActionKey
Set the action key
Method setActionName
Set the action name
Method setBaseUrl
Set the base URL used for requests
Method setControllerDirectory
Set controller directory
Method setControllerKey
Set the controller key
Method setControllerName
Set the controller name to use
Method setDefaultAction
Set the default action (unformatted string)
Method setDefaultControllerName
Set the default controller (unformatted string)
Method setDefaultModule
Set the default module name
Method setDispatched
Set flag indicating whether or not request has been dispatched
Method 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.
Method setFrontController
Set the front controller instance
Method setModuleControllerDirectoryName
Set the directory name within a module containing controllers
Method setModuleKey
Set the module key
Method setModuleName
Set the module name to use
Method setParam
Add or modify a parameter to use when instantiating an action controller
Method setParam
Set an action parameter
Method setParams
Set parameters to pass to action controller constructors
Method setParams
Set action parameters en masse; does not overwrite
Method setRequest
Set the Request object
Method setRequest
Set request class/object
Method setResponse
Set the Response object
Method setResponse
Set response class/object
Method setRouter
Set router class/object
Page Stdin.php
Stdin.php in Stdin.php
Page Standard.php
Standard.php in Standard.php
Method setControllerDirectory
Set the directory where controller files are stored
Method setControllerDirectory
Set controller directory
Method setDefaultAction
Set the default action (minus any formatting)
Method setDefaultControllerName
Set the default controller (minus any formatting)
Method setDefaultModule
Set the default module
Method setFrontController
Set front controller instance
Method setParam
Add or modify a parameter to use when instantiating an action controller
Method setParam
Add or modify a parameter with which to instantiate an Action Controller
Method setParams
Set an array of a parameters to pass to the Action Controller constructor
Method setParams
Set parameters to pass to action controller constructors
Method setPathDelimiter
Set path delimiter
Method setResponse
Set response object to pass to action controllers
Method setResponse
Set the response object to use, if any
Method setWordDelimiter
Set word delimiter
Method setErrorHandler
setErrorHandler() - setup the error handling options
Method setErrorHandlerAction
Set the action name for the error handler
Method setErrorHandlerController
Set the controller name for the error handler
Method setErrorHandlerModule
Set the module name for the error handler
Method setRequest
Set request object, and register with each plugin
Method setRequest
Set request object
Method setResponse
Set response object
Method setResponse
Set response object
Method set
Alias to __set()
Method setAlias
Set a key alias
Method setBasePath
Set the base path for the URL
Method setBaseUrl
Set the base URL of the request; i.e., the segment leading to the script name
Method setParam
Set a userland parameter
Method setParams
Set parameters
Method setPathInfo
Set the PATH_INFO string
Method setRequestUri
Set the REQUEST_URI on which the instance operates
Method sendHeaders
Send all headers
Method sendResponse
Send the response, including all headers, rendering exceptions if so requested.
Method setBody
Set body content
Method setException
Register an exception with the response
Method setHeader
Set a header
Method setHttpResponseCode
Set HTTP response code to use with headers
Method setRawHeader
Set raw HTTP header
Method setRedirect
Set redirect URL
Page Static.php
Static.php in Static.php
Method setFrontController
Set Front Controller
Method setParam
Add or modify a parameter with which to instantiate any helper objects
Method setParam
Add or modify a parameter to use when instantiating an action controller
Method setParams
Set parameters to pass to action controller constructors
Method setParams
Set an array of a parameters to pass to helper object constructors
Method setActionController
setActionController()
Method setCode
Retrieve HTTP status code for _redirect() behaviour
Method setExit
Retrieve exit flag for _redirect() behaviour
Method setGoto
Set a redirect URL of the form /module/controller/action/params
Method setGotoRoute
Build a URL based on a route
Method setGotoUrl
Set a redirect URL string
Method setNamespace
setNamespace() - change the namespace messages are added to, useful for per action controller messaging between requests
Method setNeverRender
Set the neverRender flag (i.e., globally dis/enable autorendering)
Method setNoController
Set the noController flag (i.e., whether or not to render into controller subdirectories)
Method setNoRender
Set the noRender flag (i.e., whether or not to autorender)
Method setPrependBase
Retrieve 'prepend base' flag for _redirect() behaviour
Method setRender
Set options for rendering a view script
Method setResponseSegment
Set the response segment name
Method setScriptAction
Set the view script to use
Method setView
Set the view object
Method setViewBasePathSpec
Set view basePath specification
Method setViewScriptPathNoControllerSpec
Set view script path specification (no controller variant)
Method setViewScriptPathSpec
Set view script path specification
Method setViewSuffix
Set view script suffix
Method simple
Create URL based on default route
t
top
Method throwExceptions
Set whether exceptions encounted in the dispatch loop should be thrown or caught and trapped in the response object
u
top
Method unregisterPlugin
Unregister a plugin.
Method unregisterPlugin
Unregister a plugin.
Class Constant URI_DELIMITER
Page Url.php
Url.php in Url.php
Method url
Assembles a URL based on a given route
v
top
Variable $view
View object
Variable $viewSuffix
View script suffix; defaults to 'phtml'
Page ViewRenderer.php
ViewRenderer.php in ViewRenderer.php
Variable $view
z
top
Class Zend_Controller_Action
Class Zend_Controller_Exception
Zend_Controller_Exception in Exception.php
Class Zend_Controller_Front
Class Zend_Controller_Request_Abstract
Class Zend_Controller_Action_Exception
Class Zend_Controller_Dispatcher_Abstract
Class Zend_Controller_Dispatcher_Exception
Class Zend_Controller_Dispatcher_Interface
Class Zend_Controller_Dispatcher_Standard
Class Zend_Controller_Plugin_Abstract
Class Zend_Controller_Plugin_Broker
Class Zend_Controller_Plugin_ErrorHandler
Handle exceptions that bubble up based on missing controllers, actions, or application errors, and forward to an error handler.
Class Zend_Controller_Request_Exception
Class Zend_Controller_Request_Http
Zend_Controller_Request_Http
Class Zend_Controller_Response_Abstract
Zend_Controller_Response_Abstract
Class Zend_Controller_Response_Cli
Zend_Controller_Response_Cli
Class Zend_Controller_Response_Exception
Class Zend_Controller_Response_Http
Zend_Controller_Response_Http
Class Zend_Controller_Router_Abstract
Simple first implementation of a router, to be replaced with rules-based URI processor.
Class Zend_Controller_Router_Exception
Class Zend_Controller_Router_Interface
Class Zend_Controller_Router_Rewrite
Ruby routing based Router.
Class Zend_Controller_Router_Route
Route
Class Zend_Controller_Router_Route_Interface
Class Zend_Controller_Router_Route_Module
Module Route
Class Zend_Controller_Router_Route_Regex
Regex Route
Class Zend_Controller_Router_Route_Static
StaticRoute is used for managing static URIs.
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
Class Zend_Controller_Action_Helper_Url
Helper for creating URLs for redirects and other tasks
Class Zend_Controller_Action_Helper_ViewRenderer
View script integration
a b c d e f g h i l m n o p r s t u v z _