ZF-6709: Zend_Filter_Input doesn't process messages -> validators mapping correctly
Description
Zend_Filter_Input doesn't process messages -> validators mapping correctly.
Zend_Filter_Input collects all validators in a $validatorList array (see _validate() method). It has another keys in comparison to original $validatorRule array. It causes a problem.
Comments
Posted by Alexander Veremyev (alexander) on 2009-05-18T07:10:32.000+0000
Fixed.