Mark Steudel-3 wrote: > > Is there a way outsde of the profiler to get the sql string with parameter > values? like the select __toString() method? >
No, this information is not synthesized anywhere in Zend_Db classes, because it would be wrong. Regards, Bill Karwin -- View this message in context: http://www.nabble.com/Zend_Db--%3E-last-query-with-values-tp17738679p17746325.html Sent from the Zend Framework mailing list archive at Nabble.com.
