class page_creator {
//Total amount of items (eg: the number of a mysql query)
var $TotalItems;
//Amount of items that will be shown per page
var $ItemsPerPage=20;
//display a Previous/next link
var $PrevNext=true;
//display a First and lastpagelink
var $FirstLast=true;
// The amount of pages that will be shown before and after the current page
var $TrailingPages=2;
//Display points before and after the pagelinks if there are more pages than the ones shown
var $UsePoints=true;
//string that will be used to represent the points (default is: ..)
var $Points="...";
//Display the total of all pages (default true)
var $ShowTotalPages=true;
var $First='
';
var $Last ='
';
var $Next ='
';
var $Prev ='
';
//Text that will be shown befor the total pages
var $ShowTotalPagesString="Pages:";
//the parameter that will be used in the url to set the number of the first item in a page
var $ScriptVariable="st";
//url of script (defaults to $PHP_SELF)
var $ScriptFile="";
//array of parameters ( array(parameter => value,parameter => value) )
var $Parameters="";
//array of parameters ( array(parameter => value,parameter => value) )
var $filter=0;
var $pg_count="";
// number of pages
var $pg_string="";
// Internal variables used generated by the class
var $ParamString="";
var $StartItem;
//intenal message
var $message;
function Create_Pagelinks() {
$this->First="
";
$this->Last ="
";
$this->Next ="
";
$this->Prev ="
";
// $this->C_form ="