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 [email protected], [email protected] On Thu, Mar 5, 2009 at 7:05 AM, [email protected] < [email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
