thinkcmf 分页 sp_sql_posts_paged
文章分页查询方法
thinkcmf的分页貌似更喜欢放到模版中处理
有一个内置函数sp_sql_posts_paged
原文地址
http://www.thinkcmf.com/document/article/id/258.html
sp_sql_posts_paged($tag,$pagesize,$pagetpl)$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 管理员邮箱
最后更新于 2017-03-17 15:58:08 并被添加「」标签,已有 656 位童鞋阅读过。
此处评论已关闭