Re: PostgreSQL function call model for PHP

From: "Gavin M(dot) Roy" <gmr(at)ehpg(dot)net>
To: John DeSoi <desoi(at)pgedit(dot)com>
Cc: pgsql-php(at)postgresql(dot)org, php-db ON DATABASE <php-db(at)lists(dot)php(dot)net>
Subject: Re: PostgreSQL function call model for PHP
Date: 2006-05-18 03:23:49
Message-ID: 0935E143-DEDD-4EFC-AA99-0020FD37CE2F@ehpg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Very nice, you should note it's for PHP5 so you don't confuse those
who've not made it out of PHP4 land. Might I suggest you also look
at a demo using PDO_PGSQL? Not that it would be much different.

Thanks for the good article!

Gavin

On May 17, 2006, at 8:03 PM, John DeSoi wrote:

> A short article on using a class to call PostgreSQL functions:
>
> http://pgedit.com/resource/php/pgfuncall
>
> Comments and suggestions welcome!
>
>
> John DeSoi, Ph.D.
> http://pgedit.com/
> Power Tools for PostgreSQL
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: explain analyze is your friend

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Gavin M. Roy 2006-05-18 03:25:08 Re: PostgreSQL function call model for PHP
Previous Message John DeSoi 2006-05-18 03:03:43 PostgreSQL function call model for PHP