Element index for Zebra_Pagination
[ a ]
[ b ]
[ c ]
[ g ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ v ]
[ z ]
[ _ ]
top
a
- always_show_navigation
- in file Zebra_Pagination.php, method Zebra_Pagination::always_show_navigation()
By default, the previous page and next page links are always shown.
- avoid_duplicate_content
- in file Zebra_Pagination.php, method Zebra_Pagination::avoid_duplicate_content()
From a search engine's point of view URL https://www.mywebsite.com/list points to a different place than where https://www.mywebsite.com/list?page=1 points to (because of the added query string in the second URL), but because both have the same content, your page will get an SEO penalization.
top
top
c
- condensed
- in file Zebra_Pagination.php, method Zebra_Pagination::condensed()
Removes pagination links leaving only the next and previous buttons, links to the first and last pages, as well as a label showing the current page and the total available pages.
- css_classes
- in file Zebra_Pagination.php, method Zebra_Pagination::css_classes()
Allows defining of custom CSS class names to be applied to the HTML markup.
top
top
l
- labels
- in file Zebra_Pagination.php, method Zebra_Pagination::labels()
Change the labels for the previous page and next page links as well as the label used to indicate progress when in condensed mode.
top
top
top
top
r
- records
- in file Zebra_Pagination.php, method Zebra_Pagination::records()
Defines the total number of records that need to be paginated.
- records_per_page
- in file Zebra_Pagination.php, method Zebra_Pagination::records_per_page()
Defines the number of records that are displayed on a single page.
- render
- in file Zebra_Pagination.php, method Zebra_Pagination::render()
Generates and outputs or returns the HTML markup for the pagination.
- reverse
- in file Zebra_Pagination.php, method Zebra_Pagination::reverse()
By default, pagination links are shown in natural order, from 1 to the number of total pages.
top
top
top
top
z
- Zebra_Pagination
- in file Zebra_Pagination.php, class Zebra_Pagination
A generic, Twitter Bootstrap compatible (versions 3, 4 and 5), pagination script that automatically generates navigation links as well as next/previous page links, given the total number of records and the number of records to be shown per page.
- Zebra_Pagination.php
- procedural page Zebra_Pagination.php
top
|