Re: PHP Generator For PostgreSQL?

From: <operationsengineer1(at)yahoo(dot)com>
To: Announce <truthhurts(at)insightbb(dot)com>, pgsql-php(at)postgresql(dot)org
Subject: Re: PHP Generator For PostgreSQL?
Date: 2005-11-18 21:19:32
Message-ID: 20051118211932.23382.qmail@web33304.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> -What is everyone using to accomplish this? I mean,
> are most people just
> hand coding this stuff? It's so much easier to have
> a generator do it and
> then just tweak the code as needed, add a
> stylesheet, etc.

i use Manuel lemos' forms generation and validation
class and i really like it. i can

1. validate my forms coientside
2. validate my forms serverside
3. easy to apply regex
4. apply javascript to all form events (ie, color
background after update)
5. logic code is separate from display code
6. css is easily integrated
7. access to all html form element variables (height,
etc...)
8. linked select boxes (change in box A updates box B)
9. handles dates
10. plus lots of other stuff i haven't had to use...
yet.
11. Manuel is available to help answer questions via
his Froms Class Yahoo Group.

you do all the coding by "hand", but i'm not sure
there is a simpler way to do it *and* still maintain
the fine grained control.

you can find his class at phpclasses.org - it is free,
but you do have to sign up with a valid email address
and you will get site updates. i'm sure that if you
unregister, though, the site updates will stop.

best of luck.


__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Dave Wayne 2005-11-20 22:04:56 postgres/php and windows
Previous Message Aftab Alam 2005-11-18 11:19:26 trigger