cakephp2-php8/cake/tests/cases/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
behavior.test.php Allow afterSave() callbacks to modify value of a data field, as per ticket #2465\nNecessary tests included 2008-05-15 15:37:55 +00:00
db_acl.test.php Updated the expectations of the two failing tests. Both pass now. Fixes #4600 2008-05-15 00:56:08 +00:00
model.test.php Making Model::resetAssociations public and changing tests that use it 2008-05-17 16:23:46 +00:00
models.php Adding tests for HABTM unique key, disproves #3859 2008-05-15 07:08:16 +00:00
schema.test.php Fixing HABTM associations on non-standard keys, fixes #4219, refactoring DboSource::calculate() 2008-03-13 03:11:29 +00:00