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: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to