Is it possible to put many rows in one table at once using for examplemethod 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
Is it possible to put many rows in one table at once using for examplemethod insert like this:$rows = array(array(1, 'a'), array(2, 'b'));$db->insert('table1', $rows)
没有评论:
发表评论