便宜vps推荐!

帝国cms:点击加载更多

时间:|浏览:| 评论 ()

在制作移动端页面时会用到,把以下代码添加到服务器,按步骤操作即可实现点击加载更多。

1、将以下代码上传至服务器(e/action/)下,命名为getmore.php:

<?php 
    require('../class/connect.php'); 
    require('../class/db_sql.php'); 
    require('../data/dbcache/class.php'); 
    if($_POST[action] == 'getmorenews'){ 
    $table=htmlspecialchars($_POST[table]); 
    if(emptyempty($_POST[orderby])){$orderby='newstime';}else{ $orderby=htmlspecialchars($_POST[orderby]);} 
    if(emptyempty($_POST[myorder])){$myorder='desc';}else{ $myorder='asc';} 
    if(emptyempty($_POST[limit])){$limit=6;}else{ $limit=(int)$_POST[limit];} 
    if(emptyempty($_POST[classid])){$where=null;}else{ $where='where classid in('.$_POST[classid].')';} 
    if(emptyempty($_POST[length])){$length=50;}else{ $length=(int)$_POST[length];} 
    if(emptyempty($_POST[small_length])){$small_length=500;}else{ $small_length=(int)$_POST[small_length];} 
     
    // next:第几页 
    // table:调用数据表 
    // limit:每次调用数量 
    // small_length:简介截取字符数 
    // length:标题截取字符数 
    // classid:调用栏目,允许多个,如1,2,3,4  特别注意,必须是调用同一数据表的栏目 
    // orderby:排序,默认是newstime,传什么就按什么来排序,如 id 
    // myorder:正反序,默认是asc,传值怎为desc 
    $link=db_connect(); 
    $empire=new mysqlquery(); 
    $num =(int)$_POST['next'] *$limit; 
      
      if($table){ 
            $sql=$empire->query("SELECT * FROM `".$dbtbpre."ecms_".$table."` $where order by $orderby $myorder limit $num,$limit"); 
      
        while($r=$empire->fetch($sql)){ 
      
            if($r[mtitlepic]==''){  
                $r[mtitlepic]=$public_r[news.url]."e/data/images/notimg.gif"; 
            } 
        $oldtitle=stripSlashes($r[title]); 
        $title=sub($oldtitle,'',$length); 
        $smalltext=stripSlashes($r[smalltext]); 
        $smalltext=sub($smalltext,'',$small_length); 
        $classname=$class_r[$r[classid]][classname]; 
        $newsurl=$public_r[newsurl]; 
        $classurl=$newsurl.$class_r[$r[classid]][classpath]; 
        $urls = sys_ReturnBqTitleLink($r); 
      
    ?> 
    <!-- 以下代码是显示列表的标签模板 --> 
    <li class='news-list'> 
        <a href='<?=$urls?>' title='<?=$r[title]?>' class='date-link'> 
            <img src='<?=$r[mtitlepic]?>' alt='<?=$r[title]?>'  class='date-img-url'/> 
            <h4 class='date-title'><?=$r[title]?></h4><span class='act-datetime'><?=date("Y-m-d",$r[newstime])?></span> 
        </a> 
    </li> 
 
    <?php 
        } 
       } 
    } 
    db_close(); 
    $empire=null; 
?>

2、在帝国CMS模板后台,在对应的列表页面添加以下代码:
页面模板内容 (*)

<ul class="list-content  clear" id="showajaxnews">[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]</ul>    
<div class="more" id="loadmore">点击加载更多内容</div> 
<!-- 需要引入JQ文件 --> 
<script> 
$(function(){    
     var i = 1; //设置当前页数 
    $('#loadmore').click(function(){ 
        $.ajax({ 
            url : 'http://localhost/cms/e/action/getmore.php',  // 这是当前服务器的地址 
            type:'POST', 
            data:{"next":i,'table':'news','classid':'[!--self.classid--]','action':'getmorenews','limit':10,'small_length':120}, 
            dataType : 'html', 
            beforeSend:function(){ 
                $("#loadmore").show().html('<img src="/images/loaduai.gif" width=23/>  正在努力加载中...'); 
                   $('#loadmore').attr('disabled','disabled'); 
            }, 
            success : function(data){ 
                if(data){ 
                    $("#showajaxnews").append(data); 
                    $("#loadmore").removeAttr('disabled'); 
                    $("#loadmore").html('点击加载更多'); 
                    i++; 
                }else{ 
                    $("#loadmore").show().html("已全部加载完毕!"); 
                    $('#loadmore').attr('disabled','disabled'); 
                    return false; 
                }      
            } 
        }); 
    }); 
}); 
</script>

列表内容模板(list.var) (*)

<li class='news-list'> 
    <a href='[!--news.url--]' title='[!--title--]' class='date-link'> 
        <img src='[!--titlepic--]' alt='[!--title--]'  class='date-img-url'/> 
        <h4 class='date-title'>[!--title--]</h4><span class='act-datetime'>[!--newstime--]</span> 
    </a> 
</li>
声明:VPSNO仅为VPS服务器信息分享,任何IDC都有倒闭和跑路可能,本站无法作任何保障,请网友购买前自行斟酌,衡量评估风险,自负责任。数据勤备份是最佳选择。本文由VPSNO网站发布,转载请保留链接:《帝国cms:点击加载更多》站长联系QQ:22⑧2六8⑦肆8,邮箱为QQ邮箱。
网友评价
评论列表
共有 条评论

精选便宜VPS - VPS排行

  • No.1 最便宜的大厂云服务器
    UCloud云服务器

    UCloud云服务器

    UCloud(优刻得)是国内最大的中立公有云服务商,全球包含香港、台湾共25个数据中心,52元/年起

  • No.2 国内用户最多的云服务器
    阿里云服务器

    阿里云服务器

    阿里云是国内云服务器第一梯队头部商家,目前国内用户选择最多的云服务器商。

  • No.3 号称“良心云”的云服务器
    腾讯云服务器

    腾讯云服务器

    和阿里云规模相当的国内云服务器商,套路少,给100%CPU资源,拥有更好的性价比。

  • 热度飙升最快的国外VPS
    RackNerd

    RackNerd

    RackNerd是2019年成立的主机商,以提供便宜VPS、大带宽VPS闻名,近年来在国内用户中知名度颇高。

  • 最受国人欢迎的国外VPS
    bandwagonhost搬瓦工

    bandwagonhost搬瓦工

    搬瓦工VPS可能是中国用户数量最多的服务商,专为大陆用户定制了大量功能,线路有特别优化,快而稳定。

  • 实力雄厚的老牌国外VPS
    vultr

    vultr

    Vultr是成立于2014年的老牌IDC,全球16个机房,硬件配置极高,新用户注册赠送100美元余额。