Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!
Want to access all of our courses? (29 h 14 min)
You also get:
Already a member? Login here
A question about using try-catch blocks:
What's the best approach, in your opinion? Wrap the DB::beginTransaction() inside try {} or put it outside the try{} block, just like the example?
It's better to have it outside in my opinion, but to be fair - it doesn't matter
A question about using try-catch blocks:
What's the best approach, in your opinion? Wrap the DB::beginTransaction() inside try {} or put it outside the try{} block, just like the example?
It's better to have it outside in my opinion, but to be fair - it doesn't matter