BakeShell Class Reference

Public Member Functions | |
| all () | |
| help () | |
| loadTasks () | |
| main () | |
Public Attributes | |
| $tasks = array('Project', 'DbConfig', 'Model', 'Controller', 'View', 'Plugin', 'Test') | |
Detailed Description
Definition at line 37 of file bake.php.
Member Function Documentation
| BakeShell::all | ( | ) |
Quickly bake the MVC
public
Definition at line 119 of file bake.php.
References Shell::$name, Shell::_checkUnitTest(), Shell::_controllerName(), Shell::_modelName(), Object::_stop(), a(), Shell::err(), Shell::hr(), App::import(), Shell::out(), and params().
| BakeShell::help | ( | ) |
Displays help contents
public
Reimplemented from Shell.
Definition at line 187 of file bake.php.
References Shell::hr(), and Shell::out().
| BakeShell::loadTasks | ( | ) |
Override loadTasks() to handle paths
public
Reimplemented from Shell.
Definition at line 50 of file bake.php.
References Object::_stop(), Inflector::classify(), Shell::err(), params(), Inflector::pluralize(), and Inflector::underscore().
| BakeShell::main | ( | ) |
Override main() to handle action
public
Definition at line 67 of file bake.php.
References a(), config(), Configuration, Shell::hr(), Shell::in(), Shell::out(), and params().
Member Data Documentation
| BakeShell::$tasks = array('Project', 'DbConfig', 'Model', 'Controller', 'View', 'Plugin', 'Test') |
The documentation for this class was generated from the following file:
- 1.2.x.x/cake/console/libs/bake.php