Wouldn't it be :

var $paginate = array('order' => array('Gift.created' => 'desc',
'GiftPhoto.created' => 'desc'));

or

var $paginate = array('Gift' => array('order' => array('Gift.created' =>
'desc')), 'GiftPhoto' => array('order' => array('GiftPhoto.created' =>
'desc')));

?



On 11 February 2011 12:33, euromark <dereurom...@googlemail.com> wrote:

> why didnt you try it?
>
> On 11 Feb., 04:44, "chris...@yahoo.com" <chris...@yahoo.com> wrote:
> > Hi guys,...
> > a ???
> > How can I have two or more pagination in same controller?
> > if I put to together like this, ... will it work?
> >
> >   var $paginate = array('order' => array('Gift.created' => 'desc'));
> >
> >   var $paginate = array('order' => array('GiftPhoto.created' =>
> > 'desc'));
> >
> > Thanks
> > chris
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>



-- 
Kind Regards
 Stephen @ NinjaCoderMonkey

 www.ninjacodermonkey.co.uk

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to