Re: [GENERAL] Tools for form generation in PHP/HTML from database models/queries

2010-10-23 Thread Neil D'Souza
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

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

2010-10-22 Thread Andre Lopes
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,