Thank you Michael. Your approach seems valid, but after having a look at the paginator helper too I found the undocumented ['?'] index in the $options['url'] array:
$paginator->options['url']['?'] = 'param1=value1;param2=value2' That appends the query string to the pagination links of my search engine, which are formed now like this: /search/news/page:2?where=london;when=today It looks more clean to me than converting from query string to named parameters after a pagination link has been clicked. Hope this helps anybody else! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
