php模拟获取文章列表,获取文章列表,分页

sp_sql_posts_paged()

sp_sql_posts_paged($tag,$pagesize,$pagetpl)

功能:

文章分页查询方法

参数:

$tag:查询标签,以字符串方式传入,例:"field:post_title,post_content;limit:0,8;order:post_date desc,listorder desc;where:id>0;"

field:调用post指定字段,如(id,post_title...) 默认全部

limit:数据条数,默认值为10,可以指定从第几条开始,如3,8(表示共调用8条,从第3条开始)

order:排序方式,如:post_date desc

where:查询条件,字符串形式,和sql语句一样

$pagesize:每页显示文章数

$pagetpl:分页模板,例:"{first}{prev}{liststart}{list}{listend}{next}{last}"

返回:

类型数组,带分页数据的文章列表

示例:

php

$tag='cid:6;field:post_title,post_content;order:listorder asc';

$content=sp_sql_posts_paged($tag);

$posts=$content['posts'];

$pager=$content['page'];

?>

$tag规则:

cid 分类id;

field 需要取出的内容,默认取出所有信息;order排序方式,可根据任何取出的字段排序,默认为按发布时间排序。

field可选参数:

term_id 文章分类id

post_author 文章作者id,后台管理员,对应于表users里的ID;

post_keywords

post_date 文章发布日期 格式2014-01-01 00:00:00

post_content 文章内容

post_title 文章标题

post_excerpt 文章摘要

post_modified 文章更新日期 格式2014-01-01 00:00:00

smeta 文章扩展属性,以json格式保存,如属性thumb文章缩略图

user_nicename 管理员昵称

user_email 管理员邮箱

模板中用法:

$content=sp_sql_posts_paged('cid:6;field:post_title,post_content;order:listorder asc');

/* 遍历数组 */

{$vo.term_id }

{$vo.post_author }

{$vo.post_keywords }

{$vo.post_date }

{$vo.post_content }

{$vo.post_title }

{$vo.post_excerpt }

{$vo.post_modified}

{$vo.user_nicename }

{$vo.user_email }

$smeta=json_decode($vo['smeta'],true);/* 把smeta转化成数组 */

%7B%24smeta.thumb%7D

{$content.page}

© ThinkCMF all right reserved,powered by Gitbook最后文件编辑时间:

2016-03-10 16:56:43

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值