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 forcount
,pages
,paging
,page
,begin
, andend
.
Returns
(void)
Description
Injects pager information for the collection.
Generally used only by the model fetchAll() and fetchAssoc() methods.