Hi Paddy, Pádraic Brady schrieb am 18.06.2007 16:33: > Actually that reminds you can validate a URI. You make a static call to > Zend_Uri::check($uri).
Thats exactly what I did now. I wrote my own custom validator class which extends Zend_Validate_Abstract. This class uses Zend_Uri::check() to check the URI. Now I can use Zend_Uri within a validator chain and in combination with Zend_Filter_Input. Best Regards, Ralf
