资 源 简 介
An automatic form generation framework in PHP based on MySql.
At the moment, it grabs some output from database.table, which you provide in the constructor: $forms = new FormGenerator("mysql_username","mysql_password","mysql_host","database","table"[,"Text for submit"[,"Method (either get or post"]]);