Solar_Sql_Model::newRecord()

public Solar_Sql_Model_Record Solar_Sql_Model::newRecord ( array $data )

Returns the appropriate record object, honoring inheritance.

Parameters

  • (array) $data: The data to load into the record.

Returns

  • (Solar_Sql_Model_Record) A record object.

Description

Returns the appropriate record object, honoring inheritance.



Local