cakephp2-php8/lib/Cake/Console
mark_story 0ed9e3c120 Only bake HABTM associations for tables that exist.
bake often guesses wrong when it comes to habtm. Only add associations
we're highly confident of. This includes tables where the foreign table
also exists.

Refs #3532
2013-01-15 21:43:30 -05:00
..
Command Only bake HABTM associations for tables that exist. 2013-01-15 21:43:30 -05:00
Templates adding a note about custom error handler classes 2012-12-27 13:18:52 +01:00
cake fix whitespace 2012-06-06 14:32:43 +02:00
cake.bat Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
cake.php Fix cake bake project always finding CakePHP libs in php include_path. 2012-08-07 20:52:37 -04:00
ConsoleErrorHandler.php Handling a fatal error on console should call Shell::_stop(1). 2012-09-14 14:17:07 +02:00
ConsoleInput.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
ConsoleInputArgument.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
ConsoleInputOption.php Make invalid short option error more helpful. 2012-08-27 22:12:05 -04:00
ConsoleInputSubcommand.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
ConsoleOptionParser.php Replaced simple and therefore pointless array_push function references with the ordinary way of adding an array element. This will increase the performance and the code looks much cleaner this way IMHO 2013-01-02 23:47:27 +01:00
ConsoleOutput.php Add the numbers format console menus, showing the validation options in 2 columns. 2012-06-10 21:56:30 -04:00
HelpFormatter.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Shell.php Fix behavior of --plugin param 2012-11-26 22:13:01 -05:00
ShellDispatcher.php Fix coding standard errors 2012-11-04 02:52:00 +05:30
TaskCollection.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00