Pager::Pager()

Pager::Pager() -- Creates a pager instance

Synopsis

require_once 'Pager/Pager.php';

object &Pager (array $options)

Deprecated

The constructor is deprecated in favour of the new factory() method, which is PHP5 compatible too.

Parameter

Pager constructor takes an associative array of parameters as input values. This is the complete list of these options:

REQUIRED options are:

Return value

object - a specific Pager instance or a PEAR_Error object, if fails