下一篇 Next

    next标签内数据为一维数组。

    使用示例

    1. {$next.title}

    输出结果

    1. 222

    可用字段

    字段 名称 调用方法
    id 文档ID {$next.id}
    url 文档链接地址 {$next.id}
    title 文档标题 {$next.title}
    keywords 文档seo关键词 {$next.keywords}
    description 文档seo描述 {$next.description}
    content 文档内容 {$next.content}
    image 文档封面图 {$next.image}
    pv 文档浏览量 {$next.pv}
    create_at 创建时间格式位(Y-m-d H:i:s) {$next.create_at}

    以下数组结构中的字段都可以调用。

    数组结构

    1. Array
    2. (
    3. [id] => 32
    4. [cid] => 5
    5. [site_id] => 1
    6. [mid] => 1
    7. [uid] =>
    8. [title] => 111
    9. [keywords] =>
    10. [description] =>
    11. [content] => <p>111</p>
    12. [image] => /upload/20120802/a3ddffgg0a349398ffdbba.jpg
    13. [album] =>
    14. [status] => 0
    15. [image_flag] => 0
    16. [video_flag] => 0
    17. [attach_flag] => 0
    18. [hot_flag] => 0
    19. [recommend_flag] => 0
    20. [focus_flag] => 0
    21. [top_flag] => 0
    22. [pv] => 1
    23. [create_at] => 1533168746
    24. [update_at] => 1533177419
    25. [url] => http://cms.shuotuo.net/document/32
    26. )