dying.angel wrote:
>
> is there a setting in the Zend DB initialization or somewhere that can
> convert the "?" To the oracle binding form (":bindName").
>
No, sorry, the ? placeholder is hard-coded and it is not configurable. This
is a design oversight.
If you use PDO adapters (Zend_Db_Ada
Hello All,
First of all, I'm sorry for my english :)
I don't know if this question is already questioned or not, if it is please
kindly point me the direction.
I'm building my app with ZF 1.5, and trying to adopt the Table Gateway Pattern
that ZF provide with the Model / Zend DB Table Relation.