cakephp2-php8/lib/Cake/Console/Command
mark_story 3a75e8aa72 Use import options when going through execute()
The `records` and `schema` options should work when using execute().
Previously they were not working. Furthermore, the records option did
a non-sensical thing where it both set import=>records and generated
static records from the live table. The `records` option now enables
the generation of static data from a live table, as I think this is
a more common scenario.

Refs #8693
2016-04-23 16:15:54 -04:00
..
Task Use import options when going through execute() 2016-04-23 16:15:54 -04:00
AclShell.php Various improvments to the CakePH Plib files 2015-09-25 17:11:20 +02:00
ApiShell.php Set console options in the same fashion for every shell/task. 2013-12-05 22:59:01 -03:00
AppShell.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
BakeShell.php Set console options in the same fashion for every shell/task. 2013-12-05 22:59:01 -03:00
CommandListShell.php Fix remaining doc block errors in Console/ 2014-05-27 23:34:53 -04:00
CompletionShell.php Fix remaining doc block errors in Console/ 2014-05-27 23:34:53 -04:00
ConsoleShell.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
I18nShell.php Set console options in the same fashion for every shell/task. 2013-12-05 22:59:01 -03:00
SchemaShell.php Clear model cache after schema update. 2015-12-17 22:38:35 +02:00
ServerShell.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
TestShell.php Merge branch '2.8' of github.com:cakephp/cakephp into 2.8 2015-09-27 11:13:12 -04:00
TestsuiteShell.php Set console options in the same fashion for every shell/task. 2013-12-05 22:59:01 -03:00
UpgradeShell.php Mark App::pluginPath as deprecated and don't use it anymore. 2014-06-24 11:52:29 +02:00