grungefreak Posted August 18, 2009 Share Posted August 18, 2009 Hi, This is probably asking for a lot, but is there any such thing as (object oriented if possible) a 'generic' form validation class i.e. a class that will validate 'most' forms. I am thinking of maybe something that puts the form components into an array and validates them that way. GF Link to comment https://forums.phpfreaks.com/topic/170880-generic-form-validation-class/ Share on other sites More sharing options...
ignace Posted August 18, 2009 Share Posted August 18, 2009 You can use the Zend_Form component from the Zend framework. It provides validators for most popular fields. http://framework.zend.com/manual/en/zend.form.html Link to comment https://forums.phpfreaks.com/topic/170880-generic-form-validation-class/#findComment-901261 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.