定制 jlorente/yii2-behaviors 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jlorente/yii2-behaviors

Composer 安装命令:

composer require jlorente/yii2-behaviors

包简介

A compilation of useful behaviors for the Yii2 framework.

README 文档

README

A compilation of useful behaviors for the Yii2 framework.

Included Behaviors

ActiveOrderBehavior - A behavior to handle a sorting field in models of the same type. EnhancedAttributeBehavior - Acts like the attribute behavior but allows that attributes could depend on attributes in the related models.

Installation

Include the package as dependency under the composer.json file.

To install, either run

$ php composer.phar require jlorente/yii2-behaviors "*"

or add

...
    "require": {
        // ... other configurations ...
        "jlorente/yii2-behaviors": "*"
    }

to the require section of your composer.json file.

Usage

In construction

License

Copyright © 2015 José Lorente Martín jose.lorente.martin@gmail.com.

统计信息

  • 总下载量: 73
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 4
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-21