From: | Michael Schmidt <css(dot)liquid(at)gmail(dot)com> |
---|---|
To: | pgsql-php(at)postgresql(dot)org |
Subject: | PHP PDO getting data from pgSQL stored function |
Date: | 2013-11-02 15:54:36 |
Message-ID: | 5275203C.2090007@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
Hi guys,
i need to do a ugly select which i dont want to place in my php code.
I use PDO all the time.
I want to return a structure which is the same as a table i have created.
I want to write it in pgSQL.
Now my question, how can i return that and access it with PHP PDO?
Should I use a cursor or shoul I use the return of the function (if it
is possible)?
Can someone provide a piece of example code?
Thanks for help
From | Date | Subject | |
---|---|---|---|
Next Message | Jonah H. Harris | 2013-11-03 16:06:17 | Re: PHP PDO getting data from pgSQL stored function |
Previous Message | Lazaro Ruben Garcia Martinez | 2013-08-23 22:06:17 | RE: Problema con Php y postgresql 9.2 |