Click to See Complete Forum and Search --> : PHP Zend Select resulting query


ninja9578
November 10th, 2010, 10:39 AM
Is there a way to get the resulting query out of a Zend Select. Debugging generated queries is really difficult without seeing what the actual query looks like, and for unit testing I want to be able to compare the generated queries to hand written ones. I'm sure that they are binded queries, but that's fine, I just want to see the structure of the query.

PeejAvery
November 10th, 2010, 05:53 PM
Isn't that what the profiler is for?