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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.