zauberfisch/silverstripe-serialized-dataobject
最新稳定版本:v4.0.5
Composer 安装命令:
composer require zauberfisch/silverstripe-serialized-dataobject
包简介
SilverStripe database field that allows saving arbitrary data in a single db field using serialization
关键字:
README 文档
README
SilverStripe database field that allows saving arbitrary data in a single db field using serialization. Additionally, this module also provides some Form Field that allows saving into those database fields.
The primary motivation for this module is to be able to save collections of data and relations to other objects directly into the Object without the need of a relation table. This is especially useful since SilverStripe does not support versioning of relations at this time.
Maintainer Contact
- Zauberfisch code@zauberfisch.at
Requirements
- silverstripe/framework >=4.2
Installation
composer require "zauberfisch/silverstripe-serialized-dataobject"- rebuild manifest (flush)
Documentation
See docs/en/index.md for documentation and examples.
Attribution
- JavaScript and CSS taken from the bummzack/sortablefile module
统计信息
- 总下载量: 4.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-11-15