I’m learning Zend Framework using their manual at framework.zend.com.
where can I find the full list of all the validators and filters
that can be used in a Zend_Form ?
Using Zend Framework 1.11.6.
example:
filters: 'StringTrim'
validators: 'EmailAddress'
thank you!
Check the following paths of your Zend Framework installation folder:
Or check the corresponding manual pages:
http://framework.zend.com/manual/en/zend.filter.html
http://framework.zend.com/manual/en/zend.validate.html