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.
没有评论:
发表评论