The phocoa shell is an interactive PHP shell for working with your phocoa applications.
The phocoa shell includes readline support with tab-completion and history.
To start the shell, simply run "phocoa shell" from your command line. The shell is automatically bootstrapped into your phocoa application, so you can instantiate your classes and work with them immediately.
For each command you enter, the result will be displayed and also assigned to $_.
If you have a tags file for your project, keep it in APP_ROOT and the shell will also include autocomplete support from your project.
Use ctl-d to exit the shell, or enter the command "exit".
Located in /framework/util/shell.php (line 21)
WFObject | --WFShell
Inherited From WFObject
WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForUndefinedKey()
WFObject::__toString()
Documentation generated on Thu, 17 Apr 2008 13:51:29 -0400 by phpDocumentor 1.4.1