Hi,
I wrote a custom validator which checks via injected mapper if an email
address exists in our SOAP Service.
How can I make such validators accessibly in the input filter?
What I want is something like that:
$inputfilter->add(array(
'name' => 'email',
'validators' => array(
array(
'name' => 'EmailAddressExists',
'options' => array(
'message' => 'lala yadda'
)
)
)
));
Thx in advance :)
Cheers
Marc
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]