How I make to show to a navigation bar with links "First Page" and "Last Page"?
The following function show only "Previous", "Next" and the page numbers:
$paging->navigation(" | ", "currentStyle");
I tried to use this function with the pamrametros of the following form:
$paging->navigation(" | ", "", false, false, false, true);
I waited to obtain to also include "First" and "Last" links, but I got the same resulted of:
$paging->navigation(" | ", "currentStyle");
I am thankful since already.