2009年2月13日星期五

Re: [fw-mvc] partialLoop & Zend_Db_Table_Rowset as object usage

That works a treat - thanks, I've been working around this irritation in a
few different places.

Hector Virgen wrote:
>
> If you only want specific rows from the original table, you can call
> from():
>
> $table = new MyTable();
>
> $select = $table->select()
> ->setIntegrityCheck(false)
> ->from($table, array('id', 'name'))
> ->join(...);
>
> Does that help?
>
> -Hector
>
>

--
View this message in context: http://www.nabble.com/partialLoop---Zend_Db_Table_Rowset-as-object-usage-tp21994862p22001801.html
Sent from the Zend MVC mailing list archive at Nabble.com.

没有评论: