ZF-12213: Zend_Validate - Writing Validators - outdated
Description
The example in docs http://framework.zend.com/manual/en/… and the following sentence ??"The call to _error() tracks a reason for validation failure. Since this class only defines one failure message, it is not necessary to provide _error() with the name of the failure message template."?? are outdated.
The possibility to call $this->_error() with no parameters isn't in ZF since 1.10 (http://framework.zend.com/manual/en/…)
Comments
Posted by Martin Hujer (mhujer) on 2012-05-19T14:37:09.000+0000
Attaching patch.
Posted by Rob Allen (rob) on 2012-05-31T19:04:10.000+0000
Fixed in SVN r 24845.