I mean Zend_Filter_Input.
Martin Milesich wrote: > Hi all, > > just to inform you that when you have in action things in this order > > $iFilterP = new Zend_Input_Filter($_POST); > $params = $this->_getAllParams(); > > you will get an Unsupported operand type in > library\Zend\Controller\Request\Http.php on line 601 > > Just switch the order and everything will be ok. > > Martin Milesich > > PS: ZF svn2418, PHP 5.2.0 Win XP
