$this-url=$url;
}
else{
if(!empty($url)){
//手动设置
$this-url=$url.((stristr($url,'?'))?'':'?').$this-page_name."=";
}else{
//自动获取
if(empty($_SERVER['QUERY_STRING'])){
//不存在QUERY_STRING时
$this-url=$_SERVER['REQUEST_URI']."?".$this-page_name."=";
}else{
//
if(stristr($_SERVER['QUERY_STRING'],$this-page_name.'=')){
//地址存在页面参数
$this-url=str_replace($this-page_name.'='.$this-nowindex,'',$_SERVER['REQUEST_URI']);
$last=$this-url[strlen($this-url)-1];
if($last=='?'||$last==''){
$this-url.=$this-page_name."=";
}else{
$this-url.=''.$this-page_name."=";
}
}else{
//
$this-url=$_SERVER['REQUEST_URI'].''.$this-page_name.'=';
}//end if
}//end if
}//end if
}
}
/**
* 设置当前页面
*
*/
function _set_nowindex($nowindex)
{
if(empty($nowindex)){
//系统获取
if(isset($_GET[$this-page_name])){
$this-nowindex=intval($_GET[$this-page_name]);
}
}else{
//手动设置
$this-nowindex=intval($nowindex);
}
}
/**
* 为指定的页面返回地址值
*
* @param int $pageno
* @return string $url
*/
function _get_url($pageno=1)
{
if($this-page_webmode=="php"||$this-page_webmode==""){
return $this-url.$pageno;
}
else{
return $this-url.(($pageno==1)?"":"_".$pageno).".".$this-page_webmode;
}
}
/**
* 获取分页显示文字 , 比如说默认情况下_get_text('a href=""1/a')将返回[a href=""1/a]
*
* @param String $str
* @return string $url
*/
function _get_text($str)
{
return $this-format_left.$str.$this-format_right;
}
/**
* 获取链接地址
*/
function _get_link($url,$text,$style=''){
$style=(empty($style))?'':'class="'.$style.'"';
return 'a '.$style.' href="'.$url.'"'.$text.'/a';
}
/**
* 出错处理方式
*/
function error($function,$errormsg)
{
die('Error in file b'.__FILE__.'/b ,Function b'.$function.'()/b :'.$errormsg);
}
}
?
调用方法php数据分页跳转:
?
include("classpage.php");
$queryrow = $DB-query("SELECT * FROM article where article_sortid='$cls' and type='1' ORDER BY article_id DESC");
$rows=$DB-num_rows($queryrow);
$total=$rows;
$pagesize=15;
$currentRow = empty($_GET['page']) ? 0 : ($_GET['page']-1)* $pagesize;
$queryId = $DB-query("SELECT * FROM article where article_sortid='$cls' and type='1' ORDER BY article_id DESC limit $currentRow,$pagesize");
$iiii=1;
while ($a_array=$DB-fetch_array($queryId)) {
?
table width="674" border="0" cellspacing="0" cellpadding="0" height="30px"
tr
td width="54" /td
td width="87" align="center" class="news" style="font-size:12px;"
?php
if($iiii10)
{
echo $iiii;
}
else
{
echo '0'.$iiii;
}
?
/td
td width="371" class="news" style="font-size:12px;"a href="https://www.04ip.com/post/newslist.php?id=?=$a_array[article_id]?"?=$a_array['article_title']?/a/td
td width="73" class="news" style="font-size:12px;"?=$a_array['article_hits']?/td
td width="89" class="news" style="font-size:12px;"?=substr($a_array['article_addtime'],0,10)?/td
/tr
/table
?php
$iiii++;
}
if ($iiii==1) echo "抱歉,没有搜索到任何信息 。";
?
table width="720" border="0" cellspacing="0" cellpadding="0"
tr
td class="dibu" align="center" valign="top"
table width="98%" border="0" align="center" cellpadding="0" cellspacing="0"
tr
td width="52%" height="10" align="center"/td
td width="48%" align="center"/td
推荐阅读
- 如何用第三方平台营销,第三方平台的营销方式
- python字典动态变量,python 动态变量名
- 联想电脑开机选择什么,联想电脑开机如何选择启动项
- java动物继承经典代码 java实现动物世界的继承关系
- 新媒体如何应对媒介融合,新媒体如何应对媒介融合风险
- 虚拟主机搭建linux,虚拟主机搭建ai绘画源码
- oracle11g数据源配置,oracle数据库资源
- linux文件夹命令 linux文件命令大全
- jquery图片去掉背景,jquery去除disabled