http://book.cakephp.org/view/166/Pagination-in-Views
To pass all URL arguments to paginator functions, add the following to
your view:
$paginator->options(array('url' => $this->passedArgs));
On Feb 11, 9:40 am, Miles J <[email protected]> wrote:
> So I have a search/browse system thats plugged into pagination.
> Everything works fine as a $_POST, the data is returned and paginated
> BUT the second I resort the results using the pagination, I lose all
> the search queries/terms.
>
> How can I turn $_GET or $_POST into named params so that they are
> continually passed to pagination?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---