Solar_Sql_Model_Collection::appendNew()

public Solar_Sql_Model_Record Solar_Sql_Model_Collection::appendNew ( array $spec = NULL )

Fetches a new record and appends it to the collection.

Parameters

  • (array) $spec: An array of data for the new record.

Returns

  • (Solar_Sql_Model_Record) The newly-appended record.

Description

Fetches a new record and appends it to the collection.



Local