Difference between #17 and #18 of
UUID instead of an auto-increment integer for ID with Active Record

Revision #18 has been created by grigori on Jan 21, 2020, 9:46:44 AM with the memo:

fixing the markup
« previous (#17) next (#19) »

Changes

Title unchanged

UUID instead of an auto-increment integer for ID with Active Record

Category unchanged

How-tos

Yii version unchanged

2.0

Tags unchanged

mysql,active record,REST,UUID

Content changed

[...]
Step 5. Use Object Relation Mapping in Yii 3 when it's available and write mapping instead of these hacks.


P.S. A couple of helper functions.

 
```php
declare(strict_types=1);

namespace common\helpers;
[...]
5 0
4 followers
Viewed: 55 997 times
Version: 2.0
Category: How-tos
Written by: grigori
Last updated by: samdark
Created on: Nov 25, 2019
Last updated: 4 years ago
Update Article

Revisions

View all history