Why does Zend_Uri_Http::setQuery() return the old query string? I don't expect this behaviour and
Zend_Uri_Http::getQuery() does the same with the difference being that this method performs this check: <pre>return strlen($this->_query) > 0 ? $this->_query : false;</pre> To me this interface seems to be quite odd. -- View this message in context: http://www.nabble.com/Why-does-Zend_URI%3A%3AsetQuery-return-old-query-string--tp25473629p25473629.html Sent from the Zend Framework mailing list archive at Nabble.com.
