cakephp2-php8/cake/libs/model
phpnut 8ae5866a1c Additional optimization refactoring
Removed ability to use deprecated / with plugin, helper, etc combinations. The dot notation is only allowed from this point forward.
Corrected tests for the above changes.
Corrected formating in basics.php

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7623 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-09-18 03:09:19 +00:00
..
behaviors Changing '.id' to primaryKey reference. Closes #5437 2008-09-16 00:42:01 +00:00
datasources Additional optimization refactoring 2008-09-18 03:09:19 +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 proper callback disabling for multiple finder types, fixes #5343 2008-09-04 01:00:08 +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