ZF-6804: Strict Standards Violation in Zend_Db_Select
Description
There is a strict standards violation in Zend_Db_Select (about line 246):
$correlationName = current(array_keys($this->_parts[self::FROM]));
There is a strict standards violation in Zend_Db_Select (about line 246):
$correlationName = current(array_keys($this->_parts[self::FROM]));
Comments
Posted by Jordan Ryan Moore (jordanryanmoore) on 2009-10-23T10:27:34.000+0000
This has been fixed in trunk, but it hasn't been merged into a release branch.