Class Bootstrap

Description

Sets up the front controller and the environment (database access, registry variables etc).

Located in /application/Bootstrap.php (line 17)


	
			
Variable Summary
 static mixed $frontController
Method Summary
 static void prepare ()
 static void run ()
 static void sendResponse ( $response)
 static void setupEnvironment ()
 static void setupFrontController ()
 static void setupView ()
Variables
static mixed $frontController = null (line 20)
  • access: public
Methods
static prepare (line 83)

Setup the front controller and view parts of the MVC pattern

  • access: public
void prepare ()
static run (line 27)

Call each necessary function to set up the environment

  • access: public
void run ()
static sendResponse (line 136)

Setup the page content type and send the HTTP response

  • access: public
void sendResponse ( $response)
  • Zend_Controller_Response_Http $response
static setupEnvironment (line 42)

Setup configuration details for the database access and registry

  • access: public
void setupEnvironment ()
static setupFrontController (line 94)

Setup the front controller

  • access: public
void setupFrontController ()
static setupView (line 115)

Setup the view

  • access: public
void setupView ()

Documentation generated on Fri, 27 Mar 2009 13:48:23 +0000 by phpDocumentor 1.4.1