Answer the question
In order to leave comments, you need to log in
Where can I find examples of building inputFilters factory Zend2 validators?
Good afternoon, do not tell me where to find documentation or examples, or a manual or guide for building inputFilters in Zend2. Example on:
$this->add(array(
'name' => 'email',
'required' => true,
'validators' => array(
array(
'name' => 'EmailAddress',
'options' => array(
'domain' => true,
),
),
),
));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question