Solar_Sql_Model::_setCollectionPagerInfo()

protected void Solar_Sql_Model::_setCollectionPagerInfo ( Solar_Sql_Model_Collection $coll , array $fetch )

Sets the pager info in a collection, calling countPages() along the way.

Parameters

  • (Solar_Sql_Model_Collection) $coll: The record collection to set pager info on.

  • (array) $fetch: The params for the original fetchAll() or fetchAssoc().

Returns

  • (void)

Description

Sets the pager info in a collection, calling countPages() along the way.



Local