How does PHP (and particularly ZF) deal with user types? - Mailing list pgsql-php

From Herouth Maoz
Subject How does PHP (and particularly ZF) deal with user types?
Date
Msg-id 115DA040-818F-41DA-8A66-9256BED5D98D@unicell.co.il
Whole thread Raw
List pgsql-php
Hi.

I asked a question on the pgsql-sql mailing list, and the solution suggested using a type from pgfoundry.

How does PHP deal with user-defined types? Specifically, we use ZF library and it would be preferred not to have to
writethe queries literally but rather use the prepared statements offered by ZF. Are User-Defined types converted into
anyappropriate PHP constructs? Or do I have to convert everything into strings and parse returned strings into
objects/arrays?

TIA
Herouth

pgsql-php by date:

Previous
From: Yaz Kedoo
Date:
Subject: pgsql-php@postgresql.org
Next
From: "mark"
Date:
Subject: pdo emulate prepares not working. still getting parse-bind-execute-deallocate in pg log.