上網查了許多PDO's Transaction 範例,都是不透過statment直接使用PDO::prepare + PDO::commit $db->beginTransaction(); $st = $db->exec("insert into test1('a' ...
確定! 回上一頁