cakephp2-php8/cake
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
..
config closes #4576, check for defines 2008-05-20 01:21:10 +00:00
console Fixing ACL interface class names 2008-05-22 02:00:36 +00:00
libs 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
tests 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
basics.php Marked paths() function as deprecated, closes #4615 2008-05-19 07:09:53 +00:00
bootstrap.php some clean up related to testsuite shell 2008-05-01 05:39:36 +00:00
dispatcher.php Adding performance optimizations to dispatch cycle 2008-03-15 05:04:36 +00:00
LICENSE.txt Correcting all headers in the files 2007-02-02 10:39:45 +00:00
VERSION.txt Merging bug fixes and enhancements to the trunk: 2008-01-02 06:33:52 +00:00