Class pearPager

Description

class for doing paging

Located in /lib/pearPager.php (line 22)


	
			
Variable Summary
int $from
int $total
Method Summary
pearPager __construct (int $total)
void pearPage ([ $options = null])
void validate ()
Variables
int $from = 0 (line 36)
  • var: where from do we start paging
  • access: public
int $total (line 28)
  • var: total number of links to be paged.
  • access: public
Methods
Constructor __construct (line 45)
  • access: public
pearPager __construct (int $total)
  • int $total: sum of all links to be paged.
pearPage (line 53)
  • access: public
void pearPage ([ $options = null])
  • $options
validate (line 107)

validation of pager data, only zero or positive int is allowed

  • access: public
void validate ()

Documentation generated on Fri, 17 Dec 2010 17:56:36 +0100 by phpDocumentor 1.4.3