ZF-7708: Zend_Db_Statement calls _prepare() but is not part of the interface or abstract
Description
to Zend_Db_Statement:
/**
* Internal method called by abstract statment constructor to setup
* the driver level statement
*
* @return void
*/
protected function _prepare($sql)
{
return;
}
Comments
Posted by Ralph Schindler (ralph) on 2009-08-27T15:05:36.000+0000
Fixed in trunk in r17856 and in branch release 1.9 in r17858