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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/170880-generic-form-validation-class/#findComment-901261 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.