cakephp2-php8/cake/tests
mariano.iglesias 62bf371aec Allowing paginate to override the default find type for fetching records.
Set the find type as the first string parameter in your paginate settings:
var $paginate = array('popular', ...);
Check the test case for an example.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7013 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-05-22 17:07:42 +00:00
..
cases Allowing paginate to override the default find type for fetching records. 2008-05-22 17:07:42 +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