Inheritance diagram for BakeShell:

Public Member Functions | |
| all () | |
| help () | |
| loadTasks () | |
| main () | |
Public Attributes | |
| $tasks = array('Project', 'DbConfig', 'Model', 'Controller', 'View', 'Plugin', 'Test') | |
Definition at line 36 of file bake.php.
| BakeShell::all | ( | ) |
Quickly bake the MVC
public
Definition at line 118 of file bake.php.
References Shell::$name, __(), Shell::_checkUnitTest(), Shell::_controllerName(), Shell::_modelName(), Object::_stop(), a(), Shell::err(), Shell::hr(), App::import(), name(), Shell::out(), params(), and valid().
| BakeShell::help | ( | ) |
Displays help contents
public
Reimplemented from Shell.
Definition at line 186 of file bake.php.
References Shell::hr(), and Shell::out().
| BakeShell::loadTasks | ( | ) |
Override loadTasks() to handle paths
public
Reimplemented from Shell.
Definition at line 49 of file bake.php.
References $path, __(), Object::_stop(), classify(), Shell::err(), params(), pluralize(), and underscore().
| BakeShell::main | ( | ) |
Override main() to handle action
public
Definition at line 66 of file bake.php.
References __(), a(), config(), Configuration, Shell::hr(), Shell::in(), and Shell::out().
| BakeShell::$tasks = array('Project', 'DbConfig', 'Model', 'Controller', 'View', 'Plugin', 'Test') |
1.4.7