symbiote /silverstripe-content-services
直接从文件系统中读取和写入内容的抽象。
2.0.7
2020-06-22 04:55 UTC
Requires
- silverstripe/cms: >=3.1.0
- symbiote/silverstripe-multivaluefield: ~2.4
Replaces
README
提供对系统中内容引用方式的抽象
概述
通过 ContentReader 和 ContentWriter 对象抽象读取和写入文件的过程,这些对象通过 ContentService 连接起来,简化了这些对象的创建和管理。
内容项通过其 ContentId 被引用,ContentId 是一个表示存储类型和从该存储位置检索内容的方法的字符串,例如
file:||content/folder/342/1233e342/filename.txt
包括一个基于文件系统的 ContentReader/Writer 对对实现,该实现将内容存储在 content/ 目录下。
有关更多讨论,请参阅 https://groups.google.com/forum/?hl=en&fromgroups=#!topic/silverstripe-dev/Z7CmioND5Ow。
要求
- SilverStripe 3.0
- MultiValueField