-- Jacky Chen <[EMAIL PROTECTED]> wrote
(on Thursday, 03 January 2008, 09:29 AM +0800):
> in the method setParam of Zend_Controller_Request_Http,the code like this:
>
>
> public function setParam($key, $value)
> {
> $keyName = (null !== ($alias = $this->getAlias($key))) ? $alias :
> $key;
>
> parent::setParam($key, $value);
> return $this;
> }
>
> is it sould parent::setParam($keyName, $value) rather than parent::setParam
> ($key, $value) ?
Yes -- could you please report this on the issue tracker, please?
--
Matthew Weier O'Phinney
PHP Developer | [EMAIL PROTECTED]
Zend - The PHP Company | http://www.zend.com/