mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
3a75e8aa72
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 |
||
---|---|---|
.. | ||
BakeTask.php | ||
CommandTask.php | ||
ControllerTask.php | ||
DbConfigTask.php | ||
ExtractTask.php | ||
FixtureTask.php | ||
ModelTask.php | ||
PluginTask.php | ||
ProjectTask.php | ||
TemplateTask.php | ||
TestTask.php | ||
ViewTask.php |