cinatl / attribute-bundle
此包已被弃用,不再维护。未建议替代包。
Padam87 AttributeBundle
v2.0.0
2013-09-14 10:32 UTC
Requires
- symfony/symfony: >2.3.0
Suggests
- padam87/search-bundle: For easy searching in attributes
This package is not auto-updated.
Last update: 2017-09-02 10:15:04 UTC
README
#Padam87AttributeBundle
为 Symfony2 实现的 EAV 模型。
此包的目的是允许用户为实体创建自定义字段。
自定义字段可以是数据库中每行的唯一字段,也可以与实体本身相关联。
使用 Schema:自定义字段与实体相关联。当模式更新时,属性会同步。
不使用 Schema:自定义字段与每条数据行单独相关联。