View Single Post
  #1 (permalink)  
Old 03-06-2007, 08:39 PM
Cristian's Avatar
Cristian Cristian is offline
Administrator
 
Join Date: Feb 2007
Location: Sibiu, Romania
Posts: 99
Default Zend Filter or Zend Validate

Hello,

I am trying to add methods for checking some data if it fits proper format.

I am wondering what should i use:
Zend_Filter

or

Zend_Validate.

Both are doing lot of common things...
Reply With Quote