Previous Page
newSelect()

Solar_Example_Model_TestSolarFoo
serializeCols()

Next Page
setPaging()

serializeCols()

public void serializeCols ( array &$data )

Serializes data values in-place based on $this->_serialize_cols.

Inherited from Solar_Sql_Model.

Parameters

  • (array) &$data: Record data.

Returns

  • (void)

Description

Serializes data values in-place based on $this->_serialize_cols.

Does not attempt to serialize null values.

If serializing fails, stores 'null' in the data.