ZF-11238: Incorrect/confusing example for Zend_Validate_Db excluding records
Description
The second example for how to exclude records with the Zend_Validate_Db_* components in the manual is incorrect/confusing. The example first talks about posts and categories and then skips over to users and usernames.
Link to that part of the manual http://framework.zend.com/manual/en/…
Comments
Posted by Robert Basic (robertbasic) on 2011-03-28T22:36:16.000+0000
Added the link to the manual.
Posted by Robert Basic (robertbasic) on 2011-03-28T22:40:41.000+0000
Attaching a patch for the example. Hopefully this one is clearer.
Posted by Ryan Mauger (bittarman) on 2011-04-04T12:54:31.000+0000
Fixed, applied patch in r23832
Posted by Thomas Weidner (thomas) on 2011-04-05T12:41:57.000+0000
Ryan: Do you integrate this patch within ZF2 yourself or should I take this task?
Posted by Robert Basic (robertbasic) on 2011-04-05T12:59:41.000+0000
If needed, I can issue a pull request on github with the same patch for ZF2. Just tell me against which branch should I work (master, milestones/documentation...)?
Posted by Thomas Weidner (thomas) on 2011-04-16T22:09:44.000+0000
Reopening for ZF2 integration
Posted by Thomas Weidner (thomas) on 2011-08-25T21:38:51.000+0000
Fixed in ZF2 with GH-319