jlorente / yii2-behaviors
Yii2框架有用的行为集合。
dev-master
2022-11-22 17:20 UTC
Requires
- ramsey/uuid: ^4.2.2
This package is auto-updated.
Last update: 2024-09-22 21:09:55 UTC
README
Yii2框架有用的行为集合。
包含的行为
ActiveOrderBehavior - 处理同一类型模型中排序字段的行为。EnhancedAttributeBehavior - 类似属性行为,但允许属性依赖于相关模型中的属性。
安装
在composer.json文件中将该包作为依赖项包含。
要安装,可以运行
$ php composer.phar require jlorente/yii2-behaviors "*"
或者将以下内容添加到你的composer.json
文件的require
部分:
... "require": { // ... other configurations ... "jlorente/yii2-behaviors": "*" }
使用方法
建设中
许可
版权所有 © 2015 José Lorente Martín jose.lorente.martin@gmail.com。