cakephp2-php8/cake/libs/controller
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
..
components Fixing ACL interface class names 2008-05-22 02:00:36 +00:00
app_controller.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
component.php fixes #4452 for better performance 2008-05-19 08:08:48 +00:00
controller.php 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
pages_controller.php Cleaning up PagesController, fixes #4640 2008-05-14 21:34:26 +00:00
scaffold.php "Fixing Controller::output; to allow access to the content in Contorller::afterFilter();" 2008-03-10 13:24:36 +00:00