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;[...]