2017 © Pedro Peláez
 

yii2-extension yii2-serialized

Yii2 Serialized Attributes Behavior

image

brayun/yii2-serialized

Yii2 Serialized Attributes Behavior

  • Monday, September 4, 2017
  • by brayun
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Yii2 Serialized Attributes Behavior

This Yii2 model behavior allows you to store arrays in attributes. To attach the behavior put the following code in your model:, (*1)

    public function behaviors()
    {
        return [
            'serializedAttributes' => [
                'class' => SerializedAttributes::className(),
          'attributes' => ['serializedData', 'moreSerializedData'],
          // 'encode' => true,
            ],
        ];
    }

The Versions

04/09 2017

dev-master

9999999-dev

Yii2 Serialized Attributes Behavior

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 array yii behavior serialize attributes attribute serialized

04/09 2017

1.1

1.1.0.0

Yii2 Serialized Attributes Behavior

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 array yii behavior serialize attributes attribute serialized

04/09 2017

1.0

1.0.0.0

Yii2 Serialized Attributes Behavior

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 array yii behavior serialize attributes attribute serialized