cakephp2-php8/cake/libs/model
2008-09-23 18:50:27 +00:00
..
behaviors Changing '.id' to primaryKey reference. Closes #5437 2008-09-16 00:42:01 +00:00
datasources Adding patches from andy__ to dbo_odbc 2008-09-23 02:59:05 +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 adding missing options array in Model::beforeValidate(0 and Model::beforeSave() as they are called with them out of the model and it is good practice, although they are meant to be overriden; closes #5470 2008-09-23 18:50:27 +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