Properties

$per_page

$per_page : integer

Items per page

Type

integer

$cur_page

$cur_page : integer

Current page

Type

integer

$base_url

$base_url : string

Base URL

The page that we're linking to

Type

string

$prefix

$prefix : string

Prefix

Type

string

$suffix

$suffix : string

Suffix

Type

string

$total_rows

$total_rows : integer

Total number of items

Type

integer

$num_links

$num_links : integer

Number of links to show

Relates to "digit" type links shown before/after the currently viewed page.

Type

integer

$use_page_numbers

$use_page_numbers : boolean

Use page numbers flag

Whether to use actual page numbers instead of an offset

Type

boolean

$first_link

$first_link : string

First link

Type

string

$next_link

$next_link : string

Next link

Type

string

$prev_link

$prev_link : string

Previous link

Type

string

$last_link

$last_link : string

Last link

Type

string

$uri_segment

$uri_segment : integer

URI Segment

Type

integer

$full_tag_open

$full_tag_open : string

Full tag open

Type

string

$full_tag_close

$full_tag_close : string

Full tag close

Type

string

$first_tag_open

$first_tag_open : string

First tag open

Type

string

$first_tag_close

$first_tag_close : string

First tag close

Type

string

$last_tag_open

$last_tag_open : string

Last tag open

Type

string

$last_tag_close

$last_tag_close : string

Last tag close

Type

string

$first_url

$first_url : string

First URL

An alternative URL for the first page

Type

string

$cur_tag_open

$cur_tag_open : string

Current tag open

Type

string

$cur_tag_close

$cur_tag_close : string

Current tag close

Type

string

$next_tag_open

$next_tag_open : string

Next tag open

Type

string

$next_tag_close

$next_tag_close : string

Next tag close

Type

string

$prev_tag_open

$prev_tag_open : string

Previous tag open

Type

string

$prev_tag_close

$prev_tag_close : string

Previous tag close

Type

string

$num_tag_open

$num_tag_open : string

Number tag open

Type

string

$num_tag_close

$num_tag_close : string

Number tag close

Type

string

$page_query_string

$page_query_string : boolean

Page query string flag

Type

boolean

$query_string_segment

$query_string_segment : string

Query string segment

Type

string

$display_pages

$display_pages : boolean

Display pages flag

Type

boolean

$_attributes

$_attributes : string

Attributes

Type

string

$_link_types

$_link_types : array

Link types

"rel" attribute

Type

array

$reuse_query_string

$reuse_query_string : boolean

Reuse query string flag

Type

boolean

$use_global_url_suffix

$use_global_url_suffix : boolean

Use global URL suffix flag

Type

boolean

$data_page_attr

$data_page_attr : string

Data page attribute

Type

string

$CI

$CI : object

CI Singleton

Type

object

Methods

__construct()

__construct(array  $params = array()) : void

Constructor

Parameters

array $params

Initialization parameters

initialize()

initialize(array  $params = array()) : \CI_Pagination

Initialize Preferences

Parameters

array $params

Initialization parameters

Returns

\CI_Pagination

create_links()

create_links() : string

Generate the pagination links

Returns

string

_parse_attributes()

_parse_attributes(array  $attributes) : void

Parse attributes

Parameters

array $attributes

_attr_rel()

_attr_rel(string  $type) : string

Add "rel" attribute

Parameters

string $type

Returns

string