This is not really a symfony question but as symfony is all about best practices, I thought I would ask anyway....
I have a custom search engine which allows the user to search using a number of different criteria. The result set might be large and so i'm using the built in symfony pagination. My question is how should I pass the search criteria as the user browses through the pages of results?? 1. As Hidden form fields 2. As GET values 3. As session values 4. other Thanks! // Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
