I dunno why you want to pass pagination data via POST. POST is not good for
searching and paginating. Because your result-page can not keep the content
by URL of itself.
So, I think, cakePHP developer team did not support pagination via POST.
They don't need to be stupid.

Am I right?
---------------------------------
Best regards !
Giang Son Dat
Mobile: +84 988114164
Email giangson...@gmail.com, giangson...@yahoo.com


On Thu, Mar 5, 2009 at 7:05 AM, marco.rizze...@gmail.com <
marco.rizze...@gmail.com> wrote:

>
> I have seen from manual that I can pass  arguments to paginator
> functions with
>
>        $paginator->options(array('url' => .....));
>
> Now with this I arguments  pass via GET.
> How can I do If I would pass arguments via POST.
> Many Thanks
> >
>

--~--~---------~--~----~------------~-------~--~----~
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