2017 © Pedro Peláez
 

library cserializebehavior

CSerializeBehavior by Kenrick Buchanan

image

bartaakos/cserializebehavior

CSerializeBehavior by Kenrick Buchanan

  • Saturday, September 5, 2015
  • by bartaakos
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3,339 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

CSerializeBehavior

@author Kenrick Buchanan nsbucky@gmail.com, (*1)

@license http://www.yiiframework.com/license/, (*2)

CSerializeBehavior allows a model to specify some attributes to be arrays and serialized upon save and unserialized after a Find() function is called on the model., (*3)

public function behaviors()
{
    return array(
        'CSerializeBehavior' => array(
            'class' => 'vendor.bartaakos.cserializebehavior.CSerializeBehavior',
            'serialAttributes' => array('validator_options'),
        )
    );
}

The Versions

05/09 2015

dev-master

9999999-dev

CSerializeBehavior by Kenrick Buchanan

  Sources   Download

BSD-3-Clause

The Requires

 

05/09 2015

1.0.1

1.0.1.0

CSerializeBehavior by Kenrick Buchanan

  Sources   Download

BSD-3-Clause

The Requires

 

04/04 2014

v1.0

1.0.0.0

CSerializeBehavior by Kenrick Buchanan

  Sources   Download

BSD-3-Clause

The Requires