Forms generation and validation
Thursday, June 7th, 2007
If you are a web developer you know, and if you are not you will know now, that Forms generations and validations are very common in our life. Almost everything in our life is to create forms (html creation, validation with php, and if you can validate with JS will be better, BUT will take a lot of time). And many kinds of forms.
Mr. Lemos developed Forms generation and validation, This is very good, with good docs, many examples, easy to use, it supports templates (this feature is very important and makes of this class very flexible at the time of develop a form), is easy to work with this class extending it.
The validation have two phases. First at client side, with Javascript, and the oldest (compatible with almost every web-browser). Second at server side with PHP, very useful for browser which doesn’t support Javascript and for a double check ;).
I am using this class in all my projects, and is incredible the time that I save building forms, and as is far known Time is money ;).
Also this class has Video Documentation in English and Portugues. And Watch is the better way to learn how its work and how to use.
Thanks Mr. Lemos for this wonderful and very useful class ![]()