keios / oc-trait-serializable

用于OctoberCMS模型的序列化对象存储特性。

dev-master / 1.0.x-dev 2015-03-20 03:04 UTC

This package is not auto-updated.

Last update: 2024-09-28 17:12:34 UTC


README

Latest Version Software License Total Downloads

允许OctoberCMS模型存储序列化对象的特性。

安装

通过Composer

$ composer require keios/oc-trait-serializable

用法

class Account extends Model {           // example model extending October's October\Rain\Database\Model
    use \Keios\Serializable\Serializable;

    protected $serializable = ['fieldToStoreSerializedObjects', 'anotherField'];
}

安全

如果您发现任何与安全相关的问题,请通过lukasz@c-call.eu发送电子邮件,而不是使用问题跟踪器。

鸣谢

许可

MIT许可(MIT)。更多信息请参阅许可文件