Creating realistic
WORKSHOP UNIQUE DECORATIONS
";
$_showpageÿÿ .= $this->first_page( )." ";
$_showpageÿÿ .= $this->nowbar( "", "curr" );
$_showpageÿÿ .= "...";
$_showpageÿÿ .= $this->last_page( );
$_showpageÿÿ .= " ( Total : ".$this->totalpage." Page(s) ".$this->total." Products )";
$_showpageÿÿ .= "";
return $_showpageÿÿ;
}
}
$page = new mypage( array(
"total" => $intNum,
"perpage" => $intPerpage
) );
echo $page->show( );
?>