cakephp2-php8/cake/libs/model
2008-09-22 20:08:31 +00:00
..
behaviors Changing '.id' to primaryKey reference. Closes #5437 2008-09-16 00:42:01 +00:00
datasources Fixing unneeded conditions in child queries when conditions are present in the model declaration; fixes #5323 2008-09-22 20:08:31 +00:00
app_model.php Adding fixes for pagination on associated models. 2008-06-27 06:25:08 +00:00
behavior.php More optimization refactoring. 2008-09-12 05:11:34 +00:00
connection_manager.php More optimization refactoring. 2008-09-12 05:11:34 +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 behavior initialization in model construction, adding Set::flatten() utility method for future refactoring, updating Set test 2008-09-22 16:32:41 +00:00
schema.php CakeSchema no longer takes tables that are not properly prefixed. Tests added to show prefixed db config and schema read. Closes #5413 2008-09-17 01:47:19 +00:00