Are there any examples online of configs used by Zend\Validator to setup up validation rules?
Back in ZF1.x, you could write .ini or .php files for validator rules. I'm trying to locate such examples for ZF2. I'm in an instance where I need to create a secondary config file for Validation rules based on a third-source API return. Then use that config file by a secondary process to validate a file (imports). But I can't seem to find any examples of .ini or .php Zend\Validator config file for rules. Can anybody point me in the right direction? Philip
