Skip to content

ORM Model Serialized Column

Darryl Hein edited this page Feb 17, 2014 · 4 revisions

Sets the columns as serialized columns.

<?php
	/**
	 * Auto-serialize and unserialize columns on get/set.
	 * @var array
	 */
	protected $_serialize_columns = array('field_name');

You may also want to set the field_type for the column to: Serializable