hi everyone, is zend_db_table capable to insert multiple record to the database like this one ?
INSERT INTO `admins` ( `admins_id` , `role` , `username` , `test` ) VALUES ( NULL , 'operator', 'aa', 'bb' ), ( NULL , 'operator', 'cc', 'dd' ); thanks Riki Risnandar
