CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Jan 2009
    Posts
    1,689

    Zend Select resulting query

    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.
    Last edited by ninja9578; November 10th, 2010 at 11:45 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured