2008年11月10日星期一

Re: [fw-db] Re: Zend_Db_Adapter_Abstract::insert

There is no built-in support for this (yet) but why not simply use a manual query for now:

$db->query("INSERT INTO table1 VALUES (1,'a'), (2, 'b')");


However, I'm not sure whether this syntax is the same with most RDBMS

--
Isaak Malik
Web Developer

没有评论: