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

Class: Application_Bootstrap_DoctrineCli

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

Class Overview

Application_Bootstrap_Base
   |
   --Application_Bootstrap_DoctrineCli

Application_Bootstrap_DoctrineCli is the bootstrap for the Doctrine CLI interface.


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_DoctrineCli is the bootstrap for the Doctrine CLI interface.



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 initDoctrineCli [line 98]

static void initDoctrineCli( $config)

Start up CLI.



Tags:

access:  private


Parameters:

array   $config  

[ Top ]

static method run [line 56]

static void run( $arguments $arguments)

Starts up the bootstrap.



Tags:

access:  public


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

Parameters:

$arguments   $arguments  

[ 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:51:56 +0200 by phpDocumentor 1.4.1