Expanding ActiveRecord framework Yii2
- Documentation
- Recording lock/unlock
- The clone function
duplicate()
- Support for "garbage"(soft delete) for removing records
- Timestamp and blameable behaviors
- UserDataBehavior (extend blameable behavior)
- Support NestedSetBehavior(creocoder/yii2-nested-sets)
The preferred way to install this extension is through composer.
Either run
$ composer require sibds/yii2-activerecord
or add
"sibds/yii2-activerecord": "*"
to the require
section of your composer.json
file.