Zend_Validate::is() Static Check, get validation message work around
问题 Does anyone know of a way to get validation messages from using Zend_Validate in static scope? Zend_Validate::is($value, $validator[0], $validator[2]) The docs say explicitly that getting the messages isn't an option: http://framework.zend.com/manual/en/zend.validate.introduction.html#zend.validate.introduction.static Slightly discouraging, but I was wondering if someone knew of any other methods that are inside Zend for getting messages from a validation string? I'm following a great article