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?
Is there any way to do this without changing library files?
Sure, just place your filter into a file of it's own and make it accessible to the class loader.
libary/Zenddirectory? If so - createlibrary/Myone, if not - just create it.