dsxrq28228 2016-08-17 16:22
浏览 36
已采纳

Laravel 5.1:如何执行一系列交易?

I have the follow relationships: A Student has a "one-to-one" relationship with a Person. A Person has a "many-to-many" relationship with Address.

I want to persist the data: first create the Person, after create the Addresses and then create the Student.

But I want to rollback the transations if any error occur during the persistence in any of these tables. Ex.: If I save the Person and the Addresses, and the Student fails, I want to rollback everything.

How to handle this with Eloquent?

Thanks.

  • 写回答

1条回答 默认 最新

  • doutangqi4444 2016-08-17 16:38
    关注

    Laravel provides vary simple way to handle this kind of situation.

    DB::transaction(function () {
        //all your codes 
    });
    

    From laravel Documentation :

    To run a set of operations within a database transaction, you may use the transaction method on the DB facade. If an exception is thrown within the transaction Closure, the transaction will automatically be rolled back. If the Closure executes successfully, the transaction will automatically be committed. You don't need to worry about manually rolling back or committing while using the transaction method.

    Also if you want to do it manually , you can do it using

        DB::beginTransaction();
        //your codes
        DB::commit();
    

    To learn more about transactions, read official document Here

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line