This post is about Zend Framework, sql error reporting. Problem: If your SQL has an error in it, Zend Framework throws a Zend_Db_Statement_Mysqli_Exception, the default exception message is pretty pants and does not show the whole SQL query (it only shows the first 10 characters or so!) Lets fix it so it shows the whole query. I found […]
Continue Reading