Paginate - adampatterson/Tentacle GitHub Wiki

Overview

The output is really simple and defaults to first, page numbers, last.

paginate::pages();

Numbers only

Setting pages() to true will only output page numbers.

paginate::pages(true);

Goodies

A few other goodies included are some useful links, These output a basic link.

paginate::next();
paginate::previous();
paginate::first();
paginate::last();