Re: PL/pgSQL and PHP 5

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: PL/pgSQL and PHP 5
Дата
Msg-id E09B3902-103E-41D7-A03F-BA8D45BFEFC8@pgedit.com
обсуждение исходный текст
Ответ на Re: PL/pgSQL and PHP 5  (PostgreSQL Admin <postgres@productivitymedia.com>)
Список pgsql-php
Glad you found the problem.

On Aug 9, 2006, at 11:42 PM, PostgreSQL Admin wrote:

> $connection->execute("SELECT insert_staff_b('$staff
> [insert_firstname]'::varchar)");
> $connection->execute("SELECT insert_staff_b('".$staff
> ['insert_firstname']."'::varchar)");

If you are creating SQL functions you want to call from PHP, you
might be interested in this simple class:

http://pgedit.com/resource/php/pgfuncall


Then instead of all the quoting issue you have above, you could
simply call your SQL function like a normal PHP method call:

$connection->insert_staff_b($staff['insert_firstname']);




John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


В списке pgsql-php по дате отправления:

Предыдущее
От: PostgreSQL Admin
Дата:
Сообщение: Re: [SQL] PL/pgSQL and PHP 5 - thanks
Следующее
От: Fatih Gulec
Дата:
Сообщение: DB Error: connect failed