Re: php generator sample

From: Andrej <andrej(dot)groups(at)gmail(dot)com>
To: "John R(dot) Sowden" <jsowden(at)americansentry(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: php generator sample
Date: 2012-11-13 19:10:17
Message-ID: CACMx3pM-No8OnLsKN3+KnLbpVyiwAgfYXD2k2qu8gpHn7C4chg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 14 November 2012 07:37, John R. Sowden <jsowden(at)americansentry(dot)net> wrote:
> I have been writing applications for my company in dbase II(CP/M), foxbase,
> and foxpro(DOS) since 1980. It seems that the sql databases require me to
> learn a new language (usually C related) in order to create applications
> that access the databases.

There are postgres bindings for a host of languages.

As you're on ubuntu try this
apt-cache search postgres (maybe pipe to less ;}) and look through the list...
you'll find support for perl, python, haskell, c, c++ ... if you want
to build your
own (platform independent) GUIs investigate Qt ...

> Now I just found a php generator, but I could
> find no sample to see what the code looks like, or run a sample application.
> Does this exist? I run Ubuntu Linux 12.10 if that is an issue.

Not sure how you searched, but there ARE examples out there.
http://www.phpmaniac.net/wiki/index.php/PHP_PDO#PostgreSQL_Example

Just to name one ... if you're into books have a look at
http://books.google.co.nz/books/about/Beginning_PHP_and_PostgreSQL_E_Commerce.html?id=vyqJWtE2d94C&redir_esc=y

\> tia,
> John Sowden

Cheers,
Andrej

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Temp key: basic, via spamcop 2012-11-14 02:05:48 Re: Restoring data from TABLESPACE files
Previous Message John R. Sowden 2012-11-13 18:37:15 php generator sample