cakephp2-php8/cake/tests
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
..
cases 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
fixtures Fixing ACL interface class names 2008-05-22 02:00:36 +00:00
groups removing loader.test.php from configure.group.php to make it work again 2008-05-12 18:21:13 +00:00
lib Added conditional table dropping on test case start 2008-05-20 14:12:01 +00:00
test_app Renaming configs to config and fixing Acl test. 2008-05-18 22:51:29 +00:00