https://github.com/smoren/yii2-active-record-explicit
Extended and more explicit behavior for ActiveQuery class for Yii2
https://github.com/smoren/yii2-active-record-explicit
activerecord transactional yii2 yii2-extension
Last synced: 8 months ago
JSON representation
Extended and more explicit behavior for ActiveQuery class for Yii2
- Host: GitHub
- URL: https://github.com/smoren/yii2-active-record-explicit
- Owner: Smoren
- License: mit
- Created: 2020-11-24T12:50:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T13:22:54.000Z (over 2 years ago)
- Last Synced: 2024-10-10T22:03:38.872Z (12 months ago)
- Topics: activerecord, transactional, yii2, yii2-extension
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2-active-record-explicit
Extended and more explicit behavior for ActiveRecord classes for Yii2### How to install to Yii2 project
```
composer require smoren/yii2-active-record-explicit
```