2008年11月7日星期五

[fw-db] Re: Zend_Db_Adapter_Abstract::insert

Is it possible to put many rows in one table at once using for example
method insert like this:

$rows = array(array(1, 'a'), array(2, 'b'));
$db->insert('table1', $rows) 

No, this is not supported in Zend_Db currently.

Regards,
Bill Karwin

没有评论: