On Tue, Jun 30, 2009 at 7:36 AM, mnaveed <[email protected]> wrote:
> > Can anyone please guide me how to use a custom validator with an exisiting > application. Please note that the application is not using Zend MVC modal > and zend forms. > I am able to use the builtin validations/filters to validate my data but > not > been able to use a custom validator. > I'd think you would do the same as you would in a full-blown ZF project: extend Zend_Validate_Abstract (or implement Zend_Validate_Interface) and away you go. http://framework.zend.com/manual/en/zend.validate.writing_validators.html -- David Mintz http://davidmintz.org/ The subtle source is clear and bright The tributary streams flow through the darkness
