Pager::getCurrentPageID (Previous) (Next) Pager::getNextPageID

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Pager::getLinks()

Pager::getLinks() --  Returns back/next/first/last and page links, both as ordered and associative array.

Параметр

  • integer $pageID - Optional pageID. If specified, linksfor that page are provided instead of current one.

Возвращаемое значение

return back/pages/next/first/last/all links, both as numeric and associative array.

Pager::getCurrentPageID (Previous) (Next) Pager::getNextPageID

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: cweiske
The array has the following keys:
- back
- pages (single pages numbered)
- next
- first
- last
- all (single pages + back/next)
- linktags (HTML head links)

All of them are HTML-ready link tags.