ZF-8114: Undefined variable lastFromCorrelationName
Description
When I'm trying to call
$select->from('', 'COUNT(*)'); // $select is an instance of Zend_Db_Select php gives me a notice: "Notice: Undefined variable: lastFromCorrelationName in .../Zend/Db/Select.php on line 828"
I guess this happens because i'm sending an empty string as a first parameter to the from() function. It worked fine in 1.9.3
Comments
Posted by Jan Pieper (jpieper) on 2009-11-19T20:41:38.000+0000
Already fixed by ZF-8190.