Definition at line 32 of file zf.php.
ZF::_detectConfigFile |
( |
|
$mustExist = true , |
|
|
|
$returnMessages = true |
|
) |
| |
|
protected |
_detectConfigFile() - Detect config file location from a variety of possibilities
- Parameters
-
bool | $mustExist | Should the returned value already exist in the file system |
bool | $returnMessages | Should it log messages for output later |
- Returns
- string
Definition at line 235 of file zf.php.
ZF::_detectHomeDirectory |
( |
|
$mustExist = true , |
|
|
|
$returnMessages = true |
|
) |
| |
|
protected |
_detectHomeDirectory() - detect the home directory in a variety of different places
- Parameters
-
bool | $mustExist | Should the returned value already exist in the file system |
bool | $returnMessages | Should it log messages for output later |
- Returns
- string
Definition at line 141 of file zf.php.
ZF::_detectStorageDirectory |
( |
|
$mustExist = true , |
|
|
|
$returnMessages = true |
|
) |
| |
|
protected |
_detectStorageDirectory() - Detect where the storage directory is from a variaty of possiblities
- Parameters
-
bool | $mustExist | Should the returned value already exist in the file system |
bool | $returnMessages | Should it log messages for output later |
- Returns
- string
Definition at line 199 of file zf.php.
ZF::_logMessage |
( |
|
$message, |
|
|
|
$storeMessage = true |
|
) |
| |
|
protected |
_logMessage() - Internal method used to log setup and information messages.
- Parameters
-
string | $message | |
bool | $storeMessage | |
- Returns
- void
Definition at line 587 of file zf.php.
_runError() - Output the error screen that tells the user that the tool was not setup in a sane way
- Returns
- void
Definition at line 379 of file zf.php.
_runInfo() - this command will produce information about the setup of this script and Zend_Tool
- Returns
- void
Definition at line 414 of file zf.php.
_runSetup() - parse the request to see which setup command to run
- Returns
- void
Definition at line 435 of file zf.php.
ZF::_runSetupConfigFile |
( |
| ) |
|
|
protected |
ZF::_runSetupMoreInfo |
( |
| ) |
|
|
protected |
ZF::_runSetupStorageDirectory |
( |
| ) |
|
|
protected |
_runTool() - This is where the magic happens, dispatch Zend_Tool
- Returns
- void
Definition at line 562 of file zf.php.
ZF::_setupToolRuntime |
( |
| ) |
|
|
protected |
_setupToolRuntime() - setup the tools include_path and load the proper framwork parts that enable Zend_Tool to work.
- Returns
- void
Definition at line 312 of file zf.php.
_tryClientLoad() - Attempt to load the Zend_Tool_Framework_Client_Console to enable the tool to run.
This method will return false if its not loaded to allow the consumer to alter the environment in such a way that it can be called again to try loading the proper file/class.
- Returns
- bool if the client is actuall loaded or not
Definition at line 357 of file zf.php.
ZF::$_clientLoaded = false |
|
protected |
ZF::$_homeDirectory = null |
|
protected |
ZF::$_storageDirectory = null |
|
protected |
The documentation for this class was generated from the following file:
- /home/doug/src/hypertable/examples/php/microblog/htdocs/bin/zf.php