api.zedseries.com
[ class tree: Pagination ] [ index: Pagination ] [ all elements ]

Class: ZedSeriesPagination

Source Location: /ZedSeriesPagination.php

Class ZedSeriesPagination

Class Overview

Class ZedSeriesPagination

A pagination class based on Contao built-in Pagination ones

add namespace to Pagination class

Every phpdoc comments are based on Contao built-in Pagination class documentation

Located in /ZedSeriesPagination.php [line 32]

Pagination
   |
   --ZedSeriesPagination
Author(s): Information Tags:
Copyright:  Angelo Galleja 2008,2009,2010
Extends:  Pagination

Properties

Methods

[ Top ]
Property Summary
mixed   $ns  
mixed   $page_var  

[ Top ]
Method Summary
ZedSeriesPagination   __construct()  
string   generate()   Generate the pagination menu and return it as HTML string
string   getItemsAsString()   Generate all page links separated with the given argument and return them as string

[ Top ]
Properties
mixed   $ns [line 34]
API Tags:
Access:  protected


[ Top ]
mixed   $page_var [line 34]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 37]

  ZedSeriesPagination __construct( $intRows, $intPerPage, [ $intNumberOfLinks = 7], [ $ns = 'zsdef'], [ $pagevar = null]  )

Parameters:
   $intRows: 
   $intPerPage: 
   $intNumberOfLinks: 
   $ns: 
   $pagevar: 

API Tags:
Access:  public


[ Top ]
generate  [line 62]

  string generate( [string $strSeparator = ' ']  )

Generate the pagination menu and return it as HTML string

Parameters:
string   $strSeparator: 

API Tags:
Access:  public


[ Top ]
getItemsAsString  [line 143]

  string getItemsAsString( [string $strSeparator = ' ']  )

Generate all page links separated with the given argument and return them as string

Parameters:
string   $strSeparator: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 22 Oct 2010 17:37:27 +0200 by phpDocumentor 1.4.1