Class Zend_Controller_Front

Description
  • license: New BSD License
  • copyright: Copyright (c) 2006 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Controller/Front.php (line 36)


	
			
Method Summary
 static void run (string $controllerDirectory)
 void dispatch ()
 Zend_Controller_DispatcherInteface getDispatcher ()
 Zend_Controller_RouterInterface getRouter ()
 void setControllerDirectory (string $directory)
Methods
static getInstance (line 85)

Return one and only one instance of the Zend_Controller_Front object

  • access: public
Zend_Controller_Front getInstance ()
static run (line 100)

Convenience feature, calls getInstance()->setControllerDirectory()->dispatch()

  • access: public
void run (string $controllerDirectory)
  • string $controllerDirectory
dispatch (line 215)

Dispatch an HTTP request to a controller/action.

  • access: public
void dispatch ()
getDispatcher (line 174)

Return the dispatcher object.

  • access: public
Zend_Controller_DispatcherInteface getDispatcher ()
getRouter (line 141)

Return the router object.

  • access: public
Zend_Controller_RouterInterface getRouter ()
registerPlugin (line 193)

Register a plugin.

  • access: public
setControllerDirectory (line 113)

Convenience method, passthru to Zend_Controller_Dispatcher::setControllerDirectory()

  • access: public
void setControllerDirectory (string $directory)
  • string $directory
setDispatcher (line 162)

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.

  • access: public
  • Zend_Controller_DispatcherInterface $dispatcher
setRouter (line 130)

Set the router object. The router is responsible for mapping the request to a Zend_Controller_Dispatcher_Token object for dispatch.

  • access: public
void setRouter (Zend_Controller_Router_Interface $router)
  • Zend_Controller_RouterInterface $router
unregisterPlugin (line 205)

Unregister a plugin.

  • access: public

Documentation generated on Fri, 30 Jun 2006 11:29:59 -0500 by phpDocumentor 1.3.0RC6