Hi, does anyone know of a simple function/class that will take config
options: table name and the database connection stuff(or whatever)
It will then print out appropriate form fields to allow editing of a
row?
The reason being is that in the admin section of a website I am
building we are constantly adding columns to a table...It is used for
keeping config options of the site. We do not wanna update the form
each time we add a column.
Any good scripts out there for this?
Thanks.
options: table name and the database connection stuff(or whatever)
It will then print out appropriate form fields to allow editing of a
row?
The reason being is that in the admin section of a website I am
building we are constantly adding columns to a table...It is used for
keeping config options of the site. We do not wanna update the form
each time we add a column.
Any good scripts out there for this?
Thanks.
Comment