cakephp2-php8/cake/libs/model
mark_story 3a7f44e04c Updating the doc blocks for TreeBehavior::moveup/movedown to indicate that
number can be either an integer or a boolean.
Fixes #1655
2011-04-19 21:02:33 -04:00
..
behaviors Updating the doc blocks for TreeBehavior::moveup/movedown to indicate that 2011-04-19 21:02:33 -04:00
datasources Fixing issue where DboMysql would perform joins on delete queries even if the conditions did not require joins. Added a more intelligent join detector, that removes joins if all the conditions are simple. This will only be able to optimize array conditions. 2011-03-24 23:25:56 -04:00
app_model.php Removing closing PHP tags. 2010-05-11 08:07:49 +10:00
cake_schema.php Fixing issue where habtm tables would not have the connection prefix removed when generating schema. Fixes #1180 2011-02-05 11:19:05 -05:00
connection_manager.php Fixing issue where errors containing code = 500, were not actually converted to error500 when debug = 0. Making missingConnection, and missingTable into error500 errors. 2010-09-06 16:46:41 -04:00
db_acl.php Numerous 'shoer description' documentation entries updated to contain useful comments. 2010-05-30 01:20:28 +10:00
model.php Fixing issue where DboPostgres used the wrong type for boolean columns with a default of false or true. 2011-01-21 13:31:33 -05:00
model_behavior.php Updating doc blocks in ModelBehavior. Refs #810 2010-06-11 09:55:39 -04:00