Re: [fw-general] Zend Db Table Relation on Oracle database

2008-08-14 Thread Bill Karwin
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

[fw-general] Zend Db Table Relation on Oracle database

2008-08-14 Thread dying . angel
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.