yii2
yii2 copied to clipboard
YII2 whether support reset-transaction?
Hello,We recently need to implement MySQL distributed transactions on the YII2 framework in our company. I found that YII2 doesn't seem to have related methods. I want to ask if it's supported? How can we solve this?"
Would you please link to related docs? Which methods do you mean?
Yii2 db/ar are abstractions that cover many DBs and common features among these. If that's something very specific, it might be unsupported by design.