cakephp2-php8/cake/tests/cases/libs/model
mariano.iglesias 8f92952d46 Allowing paginate() to send any extra parameters to the find call, and updating it to use new find notation.
Updating test in Containable to reflect how to properly use pagination: just set your 'contain' setting as you do with other pagination parameters, for example:
var $paginate = array('Article' => array('conditions' => ..., 'contain' => array( ... ));
and then do your normal paginate(), without having to set reset to false nor call resetBindings(). Check the test case for an actual example.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7010 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-05-22 16:25:10 +00:00
..
behaviors Allowing paginate() to send any extra parameters to the find call, and updating it to use new find notation. 2008-05-22 16:25:10 +00:00
datasources Bringing DboSource coverage to 77% 2008-05-19 04:24:40 +00:00
behavior.test.php Added new tests, failing on setup() mangles configuration, onError never triggered, find callbacks not triggered in recursive model finds 2008-05-18 12:49:57 +00:00
db_acl.test.php Fixing ACL interface class names 2008-05-22 02:00:36 +00:00
model.test.php Updating Model test to reflect TreeBehavior changes, adding association support to Model::getColumnType() 2008-05-22 12:56:41 +00:00
models.php Updating Model test to reflect TreeBehavior changes, adding association support to Model::getColumnType() 2008-05-22 12:56:41 +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