Method |
Description |
|
_colorize ( $text = '', $style = null ) |
|
|
_formatColumn ( $name, $value ) |
|
|
_fromDb ( $model ) |
|
|
_loadModels ( ) |
Overides Shell::_loadModels, and builds the $uses array with Models. |
|
_parsePhp ( $file ) |
|
|
_renameFixturesDir ( ) |
For legacy apps that have a config/fixtures directory, this will rename that
to the new config/data directory. |
|
_startFixture ( $name, $data ) |
|
|
_supportsColors ( ) |
|
|
create ( ) |
Alias for generate method |
|
err ( $str ) |
|
|
g ( ) |
Alias for generate method |
|
gen ( ) |
Alias for generate method |
|
generate ( ) |
Generates a fixture file for each database table. |
|
help ( ) |
Help method |
|
initialize ( ) |
|
|
main ( ) |
|
|
out ( $string = '', $newline = true ) |
|
|
startup ( ) |
Starts up the the Shell and defines some basics |
|
welcome ( ) |
|
|