drm-4 wrote:
> 
> hussdl wrote:
>> The reasoning behind all this is that I have a search form that uses
>> "GET"
>> instead of "POST" to prevent browser warnings about expired post data.
>> So in order to preserve the search criteria when sorting or changing the
>> page I have to convert GET params to ZF params as the url helper doesn't
>> preserve GET params at all.
>>   
> 


You can also try to set the global params of the router - this will make url
helper use new parameters:

Zend_Controller_Front::getInstance()->getRouter()->setGlobalParam('query',
$query);
-- 
View this message in context: 
http://n4.nabble.com/Url-helper-ignores-setParams-why-tp660907p1839680.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to