这样也行啊!!!
up
- 娱乐乐园,
dbname=$db; $this->table=$tb; $this->maxline=$ml; $this->field=$fd; $this->id=$id; if ($id_rf!="") { $this->second_rf="&id=".$id_rf; } else { $this->second_rf=""; } if(isset($offset)) $this->offset=$offset; else $this->offset=0; if ($cod) return $this->condition=" where ".$cod; else return $this->condition=" where 1>0 "; $this-" name=description>
作者 kevindai 发布于 0000-00-00 分类:php基础编程
function toracleviewpage($tb,$ml,$fd,$id,$cod="",$id_rf="",$db)
{
global $offset;
$this->dbname=$db;
$this->table=$tb;
$this->maxline=$ml;
$this->field=$fd;
$this->id=$id;
if ($id_rf!="")
{
$this->second_rf="&id=".$id_rf;
}
else
{
$this->second_rf="";
}
if(isset($offset))
$this->offset=$offset;
else
$this->offset=0;
if ($cod)
return $this->condition=" where ".$cod;
else
return $this->condition=" where 1>0 ";
$this->thefirstpage=NULL;
}
逛论坛交流:请你给我注释这个代码
0 条回复
回复