摘要: 有关于SQL语句的事务处理: $transaction = $connection->beginTransaction(); try { $connection->createCommand($sql1)->execute(); $connection->createCommand($sql2)-> 阅读全文
posted @ 2016-02-17 14:26 gavin-k 阅读(802) 评论(0) 推荐(0)