-- David Mintz <[EMAIL PROTECTED]> wrote
(on Tuesday, 18 March 2008, 04:15 PM -0400):
> Congrats on the 1.5 release.
> 
> I notice that the return value of Zend_Filter_Input's getMessages() used to be
> an associative array of numerically indexed arrays, whereas now the keys are
> the rule name. I just want to make sure this modification is likely here to
> stay before I set about updating my code.

Yes, here to stay; if anything, getErrors() will be deprected, as the
error codes are now the array keys of getMessages().

The reason for this change was to allow for translatable error messages,
which is why this change will stay.

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to