Bootstrap
[ class tree: Bootstrap ] [ index: Bootstrap ] [ all elements ]

Class: Application_Bootstrap_Application

Source Location: /models/Application/Bootstrap/Application.php

Class Overview

Application_Bootstrap_Base
   |
   --Application_Bootstrap_Application

Application_Bootstrap_Application is the bootstrap for the application.


Author(s):

  • Wouter Bulten (wouterbulten@mai-ai.org)

Copyright:

  • Copyright (C) 2009 Mai (Me Artificial Intelligence)

Methods


Inherited Methods

Class: Application_Bootstrap_Base

Application_Bootstrap_Base::__construct()
Private constructor to prevent creation of this object.
Application_Bootstrap_Base::initAutoLoader()
Setup auto loading of classes.
Application_Bootstrap_Base::initBaseDbConnection()
Connect to base db.
Application_Bootstrap_Base::initGlobalConfig()
Loads the global.ini file and saves it to the registry.
Application_Bootstrap_Base::initIncludePaths()
Set include paths.
Application_Bootstrap_Base::initUserDbConnection()
Connect to user db.
Application_Bootstrap_Base::returnDbConfig()
Loads the db.ini file.
Application_Bootstrap_Base::returnDoctrineCliConfigBase()
Loads the doctrine-cli.ini file and outputs an array with config variables for the base db.
Application_Bootstrap_Base::returnDoctrineCliConfigUser()
Loads the doctrine-cli.ini file and outputs an array with config variables for the user db.
Application_Bootstrap_Base::run()
Starts up the bootstrap.
Application_Bootstrap_Base::__clone()
Cloning of a bootstrap class is not allowed.

Class Details

[line 43]
Application_Bootstrap_Application is the bootstrap for the application.



Tags:

author:  Wouter Bulten (wouterbulten@mai-ai.org)
copyright:  Copyright (C) 2009 Mai (Me Artificial Intelligence)
link:  http://www.launchpad.net/mai
license:  GNU General Public License version 3 (GPLv3)


[ Top ]


Class Methods


static method initFrontController [line 84]

static void initFrontController( )

Configure the frontController.



Tags:

access:  private


[ Top ]

static method registerFrontControllerPlugins [line 119]

static void registerFrontControllerPlugins( $frontController)

Register the frontController plugins.



Tags:

access:  private


Parameters:

Zend_Controller_Front   $frontController  

[ Top ]

static method run [line 55]

static void run( )

Starts up the bootstrap.



Tags:

access:  public


Overrides Application_Bootstrap_Base::run() (Starts up the bootstrap.)

[ Top ]

constructor __construct [line 49]

void __construct( )

Private constructor to prevent creation of this object.



Tags:

access:  private


Overrides Application_Bootstrap_Base::__construct() (Private constructor to prevent creation of this object.)

[ Top ]


Documentation generated on Mon, 27 Jul 2009 19:54:28 +0200 by phpDocumentor 1.4.1