ZF-7173: Zend_Validate_EmailAddress::INVALID_FORMAT Constant is not mentioned in the API nor the Reference Guide
Description
This constant should be listed along with the others in both these pages, otherwise one has to dig into the code to figure out how to translate or set a message for the basic format validation.
http://framework.zend.com/manual/en/… http://framework.zend.com/apidoc/core/…
Comments
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2009-07-02T05:00:09.000+0000
The reason this new constant hasn't been documented yet is because it's not in the 1.8 branch, and will be available when 1.9 is released (I think).
Posted by Thomas Weidner (thomas) on 2009-07-02T09:59:47.000+0000
Added with r16412