Solar_Sql_Model::newCollection()
public
Solar_Sql_Model_Collection
Solar_Sql_Model::newCollection
( array $data = NULL
)
Returns the appropriate collection object for this model.
Parameters
(array)
$data
: The data to load into the collection, if any.
Returns
(Solar_Sql_Model_Collection) A collection object.
Description
Returns the appropriate collection object for this model.