cakephp2-php8/cake/libs/model
2008-09-03 16:44:48 +00:00
..
behaviors fixes #5339 incorrect bracketting for bindModel statement in tree behavior recover method. removing the actsAs key 2008-08-27 14:05:58 +00:00
datasources refactoring DboSource::_mergeConditions() 2008-09-01 19:31:28 +00:00
app_model.php Adding fixes for pagination on associated models. 2008-06-27 06:25:08 +00:00
behavior.php Refactoring DboSource. Model array conditions must now have comparison operators on the left side, fixes misc bugs, updated core to reflect changes 2008-05-31 12:36:38 +00:00
connection_manager.php making changes to all the model group to run. Currently I get 8/8 test cases complete: 1486 passes, 22 fails and 3 exceptions. 2008-08-07 15:36:26 +00:00
db_acl.php Correcting inconsistent return values in Model::saveAll(), updating bad tests, fixes #4981 2008-06-27 06:07:00 +00:00
model.php Fixing saveAll() using validate => only, applied patch from 'ADmad'. saveAll() now returns value of all validations, not just the last row to be validated. Closes #5376. Tests added. 2008-09-03 16:44:48 +00:00
schema.php closes #5324,applying patch from davidpersson for typos in schema 2008-08-26 18:39:18 +00:00