ZF-7706: Zend_Db_Statement should have a method to get the internal statement object/resource
Description
Zend_Db_Statement should have a method to get the internal statement object/resource
abstract Zend_Db_Statement implements Zend_Db_Statement_Interface
{
public function getDriverStatement()
{
return $this->_stmt;
}
}
Comments
Posted by Ralph Schindler (ralph) on 2009-08-27T14:51:36.000+0000
Fixed in trunk in r17855