Solar_View_Helper_Pager::pager()

public string Solar_View_Helper_Pager::pager ( array $data , array $config = NULL )

Returns a list of pager links.

Parameters

  • (array) $data: An associative array of data for the pager with keys for 'count' (total number of items), 'pages' (number of pages), 'paging' (the number of items per page), and 'page' (the current page number).

  • (array) $config: Configuration value overrides, if any. config.

Returns

  • (string)

Description

Returns a list of pager links.



Local