cakephp2-php8/cake/libs/model
mariano.iglesias a33cfd0b98 Added Containable behavior, a mix of the original Containable and Bindable behavior.
Allows find operations to define restrictions on what models to get based on the 'contain' parameter, including ability to override binding settings on the fly. Go through the test cases to get a crash course about some of the available functionality.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6918 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-05-18 04:36:09 +00:00
..
behaviors Added Containable behavior, a mix of the original Containable and Bindable behavior. 2008-05-18 04:36:09 +00:00
datasources Update dbo_adodb.php. Passes 452 tests in model.test 2008-05-18 00:20:24 +00:00
app_model.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
behavior.php Fixed bug in BehaviorCollection::trigger, closes #4520 2008-05-13 02:33:44 +00:00
connection_manager.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
db_acl.php Fixing incorrect selection of parent nodes in ACL, fixes #4324 2008-04-11 04:59:52 +00:00
model.php Making Model::resetAssociations public and changing tests that use it 2008-05-17 16:23:46 +00:00
schema.php fixes #3969, schema name for app dirs with special characters 2008-03-08 16:30:44 +00:00