http://book.cakephp.org/view/249/Custom-Query-Pagination

On Mar 4, 7:22 am, Rimoe <meiyo...@gmail.com> wrote:
> hi,
> I have write a
> var $paginate = array(
>         'limit' => 50,
> 'fields' => array('acc_id', 'count(*) as countnum'),
>         'order' => array('countnum ' => 'desc'),
> 'group' => array('acc_id')
>     );
>
> the paginate  can't get the paginate's count,
>
> can't pagination use the group by ?
> or how to use the group by in paginate.
>
> Thanks
>
> rimoe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to