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

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Pager::getLinks()

Pager::getLinks() --  並び替えられた連想配列として、 戻る/次/最初/最後のリンクとページリンクを返す

パラメータ

  • integer $pageID - pageIDはオプションです。 もし指定された場合、そのページへのリンクは、 現在のページの代わりに提供されます。

返り値

return 並び替えられた連想配列として、 戻る/次/最初/最後のリンクとページリンクを返します。

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

Download Documentation Last updated: Sun, 05 Oct 2008
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.