I developed this class as a simple way to generate HTML forms with most of the common controls like text boxes, text areas, checkboxes, etc. I did not include the file control, maybe that will be in a future release
In any case, the constructor generates the form tag, and you complete the form with the fend method. Everything else is pretty self explanatory, and I tried to document the code as clearly as possibly.
I hope you find the class as useful as I have over the years. It especially speeds up select boxes (drop downs) because you can basically just provide an array of the option values, and everything else is done for you for the most part.
PLease submit bug reports and feature requests, I am looking forward to getting some feedback and ideas for improvement!