On Jun 7, 2011, at 02:37, byqsri wrote: > I have a search box ( a form with some parameters). > To show the results of the search I use the paginator helper. > Now my problem is the if I click on "Next" link I lost the parameters > search . > How can I do to keep the parameters search?How can I do a pagination > with POST parameters?
Use GET instead of POST. If you can't because there are too many, consider storing the POST parameters in the session. -- 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
