As you may know, building a simple web application that displays the
content of a database table and a form to edit it, requires typing the
field names over and over again. Once you write them as a simple
comma-separated list, then they come via HTTP POST method packed in
$_POST['foobar']. For context change you have to write code to escape
and protect against SQL-Injection or Cross Site Scripting attacks. Most
of the time you must consider the type of each field even though you
defined it already in the database. After all you must type every field
name about 25 times in different formats for a basic application. The
Big Red Button Source Code Generator, being developed by Christian
Fraunholz, is designed to help you with this annoying task.
Description & Feature List
The Big Red Button Source Code Generator