Tools for form generation in PHP/HTML from database models/queries

Started by Andre Lopesover 15 years ago2 messagesgeneral
Jump to latest
#1Andre Lopes
lopes80andre@gmail.com

Hi,

I need to do some repetitive work in form creation to insert, update and
delete data from the database. There are some tools that handle with form
creation from a PostgreSQL database?

PS: Sorry my English.

Best Regards,

#2Neil D'Souza
neil.xavier.dsouza@gmail.com
In reply to: Andre Lopes (#1)
Re: Tools for form generation in PHP/HTML from database models/queries

Hi Andre,

Check out my project at:
git://github.com/neilxdsouza/codehelper.git

I'm using a modified create table syntax to generate forms - but
my target language is C++/PostgreSQL using the Wt (witty) web toolkit.
However, that does not mean you are restricted to C++ or Postgres or
the Wt library. The code generator can be modified to emit code in any
language (like PHP etc) and any Database. In fact the initial commit
was something I wrote because I needed to generate ASP.Net code for MS
SQL server because my previous company used that platform.

The "inputs" directory has 2 sample input scripts which demonstrate
the modified sql grammar - but the project is far from complete.

Kind regards,
Neil Xavier D'Souza

Show quoted text

On Sat, Oct 23, 2010 at 1:59 AM, Andre Lopes <lopes80andre@gmail.com> wrote:

Hi,

I need to do some repetitive work in form creation to insert, update and
delete data from the database. There are some tools that handle with form
creation from a PostgreSQL database?

PS: Sorry my English.

Best Regards,