Skip to content

Commit 66e598a

Browse files
committed
Update README.md
1 parent 952811e commit 66e598a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ Array
8888
)
8989
```
9090

91-
## Using Transaction
92-
Your data will be atomic
91+
## Use Transaction
92+
So your data will be atomic
9393
(see : http://en.wikipedia.org/wiki/ACID)
9494

9595
## Use Normal Save
96-
so your behavior still works
96+
So your behaviors still works
9797

9898
## Add Validation At Main Model
9999
```php
@@ -105,6 +105,8 @@ will give you
105105
My Related Model #1 : Attribute is required
106106
```
107107
## 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
108110

109111
#To Do
110112
Test it on another DB. I only test it on MySQL.

0 commit comments

Comments
 (0)