用户
 找回密码
 入住 CI 中国社区
搜索
查看: 1328|回复: 2
收起左侧

[版本 2.x] 关于事务回滚

[复制链接]
发表于 2015-7-14 22:17:28 | 显示全部楼层 |阅读模式
$this->load->model('document/document_model');
$this->document_model->db->trans_begin();
$this->document_model->操作1;
$this->document_model->操作2;
$this->document_model->操作3;


$this->load->model('document/document_model111');
$this->document_model1111->操作1;
$this->document_model1111->操作2;
$this->document_model1111->操作3;




$this->document_model1111->db->trans_complete();

这样做事务回滚会生效吗?  求大神解答!



发表于 2015-7-23 17:48:15 | 显示全部楼层
不是应该在model 中使用吗

看你的写法是在控制器里面吧
发表于 2015-7-23 22:25:52 | 显示全部楼层
xc_Lemon 发表于 2015-7-23 17:48
不是应该在model 中使用吗

看你的写法是在控制器里面吧

我試過  可行

本版积分规则