I worked a bit on Zend_Db through ZF version 1.0, and I used Doctrine too often.
There should be no conflict between Zend_Db and another ORM. However, objects received through the Zend_Db interface will not know objects retrieved through another ORM interface, for example. Doctrine and vice versa.
So, if your other ORM was trying to be smart about batch commit in a database, you should force it to commit before trying to load data from the same rows in the Zend_Db object. And vice versa.
, ORM-ish , , , ORM. , , , Zend_Db.