jlorente/yii2-behaviors

Yii2框架有用的行为集合。

安装: 70

依赖: 1

建议者: 0

安全: 0

星标: 2

关注者: 2

分支: 1

开放问题: 0

类型:yii2-extension

dev-master 2022-11-22 17:20 UTC

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