How do I make custom validators/filter classes in Zend Framework?
I have done by changes in library but I don’t want to do changes in core library files.
Is there any way to do this without changing library files?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure, just place your filter into a file of it’s own and make it accessible to the class loader.