Hi all I have written the custom validator for email verification
Now i added these validator on my form elelment by 
$this->addPrefixPath('Custom_Validate', 'Custom/Validate/', 'validate'); 
$mail->addValidator('EmailConfirmation', false, array('mail'));
But it gives me error 
Uncaught exception 'Zend_Form_Exception' with message 'Invalid type
"VALIDATE" provided to getPluginLoader()
I am unable to resolve this
Can somebody help me out please  
-- 
View this message in context: 
http://www.nabble.com/Custom-Validators-and-addPrefixPath-method-tp18065502p18065502.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to