Previous Page
setModel()

Solar_Model_Areas_Collection
setPagerInfo()

Next Page
toArray()

setPagerInfo()

public void setPagerInfo ( array $info )

Injects pager information for the collection.

Inherited from Solar_Sql_Model_Collection.

Parameters

  • (array) $info: An array of information with keys for count, pages, paging, page, begin, and end.

Returns

  • (void)

Description

Injects pager information for the collection.

Generally used only by the model fetchAll() and fetchAssoc() methods.

See Also