ZF-8297: Rework Zend_Validate_NotEmpty
Description
The NotEmpty validator should be reworked so that it is possible to define which values should be detected as being empty.
For example: Someone could be in need of string '' to be not detected but null being detected as empty.
All values which are detected as being empty should be configurable so they could be switched on and off for validation.
Comments
Posted by Thomas Weidner (thomas) on 2009-12-07T14:35:02.000+0000
Rework finished within Incubator (r19498) and waiting for acceptance to core.
Posted by Thomas Weidner (thomas) on 2010-01-01T14:48:50.000+0000
New implementation accepted and cored with r20020