It's the latter - setting pagination options array for each model you are paginating.
On 11 feb, 13:51, Stephen <[email protected]> wrote: > 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 <[email protected]> wrote: > > > > > why didnt you try it? > > > On 11 Feb., 04:44, "[email protected]" <[email protected]> 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 sitehttp://ask.cakephp.organd help > > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
