cakephp2-php8/lib/Cake/Console/Command/Task
AD7six 9444af2f81 classify the first cli argument for this task
the $type is used to lookup in the $classTypes property what kind of
entity is being baked. if it's underscored, getRealClassName will bail
on it's first condition of "is it in the $classTypes property" producing
mostly useless test stubs for everything except models
2012-04-29 17:20:14 +02:00
..
BakeTask.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
ControllerTask.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
DbConfigTask.php Fix a code style warning. 2012-03-31 21:40:20 -04:00
ExtractTask.php Merge branch '2.1' into 2.2 2012-04-23 21:50:36 -04:00
FixtureTask.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
ModelTask.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
PluginTask.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
ProjectTask.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
TemplateTask.php bame themes now in correct order: app -> plugin -> default 2012-04-24 02:40:42 +02:00
TestTask.php classify the first cli argument for this task 2012-04-29 17:20:14 +02:00
ViewTask.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00