Solar_Sql_Model_Record::init()

public void Solar_Sql_Model_Record::init ( Solar_Sql_Model $model , array $spec )

Initialize the record object.

Parameters

  • (Solar_Sql_Model) $model: The originating model object instance (a dependency injection).

  • (array) $spec: The data with which to initialize this record.

Returns

  • (void)

Description

Initialize the record object.

This is effectively a "first load" method.



Local