#36;strFileName;
}
function MakeLink($parameter=null)
{
if($parameter==null)
{
$strParam=null;
}
else
{
$strParam=$parameter;
}
if($_GET["intPage"]==null)
{
$intPage=1;
}
else
{
$intPage=trim($_GET['intPage']);
}
$intPerPage=10;
$total=$this->rows;
$strFile=$this->GetFileName();
$intPageBegin=$intPerPage*$intPage-$intPerPage;
$this->intPageBegin=$intPageBegin;
if ($intPage*$intPerPage<$total)
{
$intPageEnd=$intPageBegin+$intPerPage;
}
else
{
$intPageEnd=$total;
}
$this->intPageEnd=$intPageEnd;
echo "<table width=100% border=0><tr><td width=60% align=left>信息总数:".$this->r
}
function MakeLink($parameter=null)
{
if($parameter==null)
{
$strParam=null;
}
else
{
$strParam=$parameter;
}
if($_GET["intPage"]==null)
{
$intPage=1;
}
else
{
$intPage=trim($_GET['intPage']);
}
$intPerPage=10;
$total=$this->rows;
$strFile=$this->GetFileName();
$intPageBegin=$intPerPage*$intPage-$intPerPage;
$this->intPageBegin=$intPageBegin;
if ($intPage*$intPerPage<$total)
{
$intPageEnd=$intPageBegin+$intPerPage;
}
else
{
$intPageEnd=$total;
}
$this->intPageEnd=$intPageEnd;
echo "<table width=100% border=0><tr><td width=60% align=left>信息总数:".$this->r
| 对此文章发表了评论 |
