News Feed
Jobs Feed
Sections




News Archive
Davey Shafik's Blog:
Debugging PDO Prepared Statements
May 20, 2009 @ 09:35:01

In a recent post to his blog, Davey Shafik looks at solving something that has "always bugged him about using prepared statements" - getting the actual query it used back out.

Today, a friend asking me if it was possible to get a prepared statement back from PDO with the values placeholders replaced, finally caught me in a moment where I could do something about it. I wrote a thin PDO wrapper class that will [imperfectly, I'm sure] return the completed query.

His class (complete code included in the post) includes a getSQL() method that hands you back the results of your bound parameter query as a string. A few examples of its use are also included.

0 comments voice your opinion now!
sql bind debug pdo


blog comments powered by Disqus

Similar Posts

Jeff Moore's Blog: PDO versus MDB2

Christoph Dorn's Blog: FirePHP for Zend Server

ThinkingPHP: Issues with output buffering in CakePHP

Mark Hamlin's Blog: Debugging xdebug (tcp, dns, ubuntu, osx, vmware) ((all at once))

Kian Hui Teo\'s Blog: Switching between PHP 5.1.x and Zend Core for Oracle


Community Events











Don't see your event here?
Let us know!


language podcast phpunit example framework symfony2 development series functional community usergroup interview release rest zendframework2 conference testing introduction database opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework