phpcms文章按点击量排序办法
发布时间:2021-12-18 12:52 所属栏目:19 来源:互联网
导读:phpcms文章按点击量排序方法,实例代码如下: {get sql=selectd.contentid,d.hits,c.catid,c.title,c.thumb,c.url,c.description,c.inputtime from phpcms_content_count d left join phpcms_content c on d.contentid=c.contentid where c.status=99 $where or
phpcms文章按点击量排序方法,实例代码如下: {get sql="selectd.contentid,d.hits,c.catid,c.title,c.thumb,c.url,c.description,c.inputtime from phpcms_content_count d left join phpcms_content c on d.contentid=c.contentid where c.status=99 $where order by d.hits desc" rows="21" page="$page"} //Cuoxin.com by d.hits 意思就是按点击排序,要想用GET,而却想实现分页的话,必须动态列表,生成静态的列表是无法用GET的. (编辑:ASP站长网) |
相关内容
网友评论
推荐文章
热点阅读