|
|
@@ -738,7 +738,7 @@ abstract class Zend_Db_Adapter_Abstract
|
|
|
*
|
|
|
* @param string|Zend_Db_Select $sql An SQL SELECT statement.
|
|
|
* @param mixed $bind Data to bind into SELECT placeholders.
|
|
|
- * @return string
|
|
|
+ * @return array
|
|
|
*/
|
|
|
public function fetchAssoc($sql, $bind = array())
|
|
|
{
|
|
|
@@ -775,7 +775,7 @@ abstract class Zend_Db_Adapter_Abstract
|
|
|
*
|
|
|
* @param string|Zend_Db_Select $sql An SQL SELECT statement.
|
|
|
* @param mixed $bind Data to bind into SELECT placeholders.
|
|
|
- * @return string
|
|
|
+ * @return array
|
|
|
*/
|
|
|
public function fetchPairs($sql, $bind = array())
|
|
|
{
|