kfreiman/yii2-json-attribute-behavior
最新稳定版本:v0.1
Composer 安装命令:
composer require kfreiman/yii2-json-attribute-behavior
包简介
Yii2 Behavior for encode and decode json stored attributes
关键字:
README 文档
README
Yii2 Behavior for encode and decode json stored attributes
Instalation
composer require kfreiman/yii2-json-attribute-behavior "dev-master"
Use
public function behaviors() { return [ 'jsonAttributes' => [ 'class' => JsonAttributeBehavior::className(), 'attributes' => [ 'attrJson' => 'attr' ], ], ]; }
统计信息
- 总下载量: 12.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-10