Source for file DbAdaptor.php
Documentation is available at DbAdaptor.php
* Wrapper function for query function to allow for nicer debugging
* @param string|Zend_Db_Select$sql The SQL statement with placeholders.
* @param array $bind An array of data to bind to the placeholders.
* @return Zend_Db_Pdo_Statement
* @throws Exception To re-throw PDOException.
public function query($sql, $bind =
array()) {
return parent::query($sql, $bind);
//check if website is live or local. if live, email and supress error, if
//local then spit out error message including the sql and bind params
Documentation generated on Fri, 27 Mar 2009 13:48:31 +0000 by phpDocumentor 1.4.1