Archive: zend_db_statement

 

Posts Tagged ‘zend_db_statement’


If you use Zend_Db_Statements directly as well as using the Zend_Db_Table family of classes for Active Record et al then you might find the following little tip useful. By default, if you run a query using something like PLAIN TEXT PHP: public function query($sql, $params=false) {     if(empty($params)) {         $stmt [...]