Isaak Malik-3 wrote:
> 
> Here's my debug template which uses the ZFW DB profiler:
> 
> http://paste2.org/p/40615
> 
> Use it and/or copy anything you like.
> 

Good, you have kept the query separate from the query parameters.

Minor comment:  implode(',', $QDetails->getQueryParams()) muddles things up
if one of your query parameters is a string that contains a literal comma
character.  

Also, if you're using named parameters, getQueryParams() returns an
associative array, but you're only reporting the array's values.  So the
key/value associations are missing from your debugging output.

Regards,
Bill Karwin
-- 
View this message in context: 
http://www.nabble.com/Zend_Db--%3E-last-query-with-values-tp17738679p17986125.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to