I'm looking for best framework in order to generate and validate forms in php. I would really like it to be based on smarty too.
Any suggestions?
I'm looking for best framework in order to generate and validate forms in php. I would really like it to be based on smarty too.
Any suggestions?
Most frameworks have robust solutions for forms (filtering, validation, processing). For instance, Zend Framework has Zend_Form and related clases which offer a very powerful way to create and manage HTML forms. It's easy to create multipage forms with Zend_Form as well, too.
All other frameworks also offer some solution forms as it's quite a major part of web development.
I think that Zend is the best choice. At least most of php form generators use it, as I know