Pagination
        
        extends Pagination
    
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- __get() : mixed
- Getter
- getListFooter() : mixed
- Retrieves the html block for pagination codes
- getPagesLinks() : mixed
- Retrieves the html block for pagination codes
- setVar() : mixed
- Allows caller to set additional url parameters
Properties
$fd
    public
        mixed
    $fd
     = null
    
    
    
    
Methods
__construct()
    public
                    __construct(mixed $fd, mixed $total, mixed $limitstart, mixed $limit[, mixed $prefix = '' ]) : mixed
    Parameters
- $fd : mixed
- $total : mixed
- $limitstart : mixed
- $limit : mixed
- $prefix : mixed = ''
__get()
Getter
    public
                    __get(mixed $key) : mixed
    Parameters
- $key : mixed
Tags
getListFooter()
Retrieves the html block for pagination codes
    public
                    getListFooter([mixed $isLink = false ]) : mixed
    Parameters
- $isLink : mixed = false
Tags
getPagesLinks()
Retrieves the html block for pagination codes
    public
                    getPagesLinks() : mixed
    Tags
setVar()
Allows caller to set additional url parameters
    public
                    setVar(mixed $key, mixed $value) : mixed
    Parameters
- $key : mixed
- $value : mixed