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

From: "Neil D'Souza" <neil(dot)xavier(dot)dsouza(at)gmail(dot)com>
To: Andre Lopes <lopes80andre(at)gmail(dot)com>
Cc: postgresql Forums <pgsql-general(at)postgresql(dot)org>
Subject: Re: Tools for form generation in PHP/HTML from database models/queries
Date: 2010-10-23 11:11:38
Message-ID: AANLkTimJ1XXL6oXf1Z=Anap_C5Z=RSKuZ8kb8vwNwF56@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

On Sat, Oct 23, 2010 at 1:59 AM, Andre Lopes <lopes80andre(at)gmail(dot)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,
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message zhong ming wu 2010-10-23 12:01:51 What is "return code" for WAL send command
Previous Message Craig Ringer 2010-10-23 09:50:57 Re: server error