News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Content with Style Blog:
Zend Framework DB and Mysql pre 5.17
October 09, 2009 @ 10:33:12

The Content with Style blog has a gotcha that Zend Framework developers could come across if they're using MySQL pre-5.17:

was getting weird errors when running multiple queries with Zend Framework, that I just couldn't replicate on my local environment. [...] Turns out the server runs MySQL pre 5.17.

This caused a stack trace error where the queries wouldn't run correctly. The solution was (like the error message suggests) turning on query buffering with the "PDO::MYSQL_ATTR_USE_BUFFERED_QUERY" in the PDO connection's parameters. You can find out more information about the parameters you can pass to the adapter in this section on the Zend Framework' Zend_Db manual page.

0 comments voice your opinion now!
mysql prepare query zendframework zenddb




Community Events





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


api series application security test framework phpunit symfony2 unittest community release opinion podcast custom introduction interview development extension conference language

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