data\Pagination getLinks()

getLinks() public method

Returns a whole set of links for navigating to the first, last, next and previous pages.

public array getLinks ( $absolute = false )
$absolute boolean

Whether the generated URLs should be absolute.

return array

The links for navigational purpose. The array keys specify the purpose of the links (e.g. LINK_FIRST), and the array values are the corresponding URLs.

doc_Yii
2016-10-30 16:55:59
Comments
Leave a Comment

Please login to continue.