We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952811e commit 66e598aCopy full SHA for 66e598a
README.md
@@ -88,12 +88,12 @@ Array
88
)
89
```
90
91
-## Using Transaction
92
-Your data will be atomic
+## Use Transaction
+So your data will be atomic
93
(see : http://en.wikipedia.org/wiki/ACID)
94
95
## Use Normal Save
96
-so your behavior still works
+So your behaviors still works
97
98
## Add Validation At Main Model
99
```php
@@ -105,6 +105,8 @@ will give you
105
My Related Model #1 : Attribute is required
106
107
## It Works On Auto Incremental PK Or Not (I Have Tried Use UUID)
108
+See here if you want to use my behavior :
109
+https://github.com/mootensai/yii2-uuid-behavior
110
111
#To Do
112
Test it on another DB. I only test it on MySQL.
0 commit comments