Previous Page
newCollection()

Solar_Sql_Model
newRecord()

Next Page
newSelect()

newRecord()

public Solar_Sql_Model_Record newRecord ( array $data )

Returns the appropriate record object for an inheritance model.

Parameters

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

Returns

  • (Solar_Sql_Model_Record) A record object.

Description

Returns the appropriate record object for an inheritance model.