Zebra_Pagination Zebra Pagination

Element index for Zebra_Pagination

[ a ] [ b ] [ c ] [ g ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ v ] [ z ] [ _ ]

_

__construct
in file Zebra_Pagination.php, method Zebra_Pagination::__construct()
    Constructor of the class.
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

b

base_url
in file Zebra_Pagination.php, method Zebra_Pagination::base_url()
    The base URL to be used when generating the navigation links.
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

g

get_page
in file Zebra_Pagination.php, method Zebra_Pagination::get_page()
    Returns the number of the currently selected page.
get_pages
in file Zebra_Pagination.php, method Zebra_Pagination::get_pages()
    Returns the total number of available pages.
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

m

method
in file Zebra_Pagination.php, method Zebra_Pagination::method()
    Sets the method to be used for page propagation.
top

n

navigation_position
in file Zebra_Pagination.php, method Zebra_Pagination::navigation_position()
    Sets the position of the next and previous page, relative to the links to individual pages.
top

p

padding
in file Zebra_Pagination.php, method Zebra_Pagination::padding()
    Sets whether page numbers should be prefixed with zeros.
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

s

selectable_pages
in file Zebra_Pagination.php, method Zebra_Pagination::selectable_pages()
    Defines the number of pagination links to be displayed at once besides previous page and next page links.
set_page
in file Zebra_Pagination.php, method Zebra_Pagination::set_page()
    Sets the current page.
top

t

trailing_slash
in file Zebra_Pagination.php, method Zebra_Pagination::trailing_slash()
    Enables or disables trailing slash on the generated URLs when method is url.
top

v

variable_name
in file Zebra_Pagination.php, method Zebra_Pagination::variable_name()
    Sets the variable name to be used for page propagation.
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