2009年7月23日星期四

Re: [fw-db] Zend_DB_Table_Select and fetchPairs

The closest I think you can get it like so:

$select->...->query(Zend_Db::FETCH_NUM);

But ultimately, if querying through Zend_Db_Table, you tend to get
Zend_Db_Table_Rows back, and this is by design.

What are you attempting to do exactly?

-ralph

Mathias Grub wrote:
> Hello,
>
> is there a possibility to use the Zend_DB::fetchPairs method with the
> Zend_Db_Table_Select object?
>
> thanks for any hints.
>
>

没有评论: