HTML Form Generator

Package:
HTML Form Generator
Summary:
Compose and generate HTML forms programmatically
Groups:
HTML, PHP 5
Author:
Lasantha Samarakoon
Description:
This class can be used to compose and generate HTML forms programmatically.

It comes with a main form class and several classes that abstract the different types of HTML elements, like: text, password, hidden, select, radio, checkbox, label and submit buttons.

The main class can add one or more elements to the composition of the form and then generate the HTML for the form and all the elements. The generated form is returned as a single string.


Powered by Gewgley