-- Joe Czhlobatnik <yogl...@hotmail.com> wrote (on Friday, 14 August 2009, 12:10 AM -0400): > It seems that it's not possible to alias validators in the manner one can > alias > decorators. Is there any way to use multiple validators of the same type on a > single field without extending the class to rename it?
Can you present a use case? Validators (and filters) are usually very, very specific in what they do, and running the same validator multiple times would be redundant. For this reason, there's been no functionality to do aliased validators or filters. -- Matthew Weier O'Phinney Project Lead | matt...@zend.com Zend Framework | http://framework.zend.com/