Solar_Sql_Model_Collection::setPagerInfo()

public void Solar_Sql_Model_Collection::setPagerInfo ( array $info )

Injects pager information for the 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



Local