文章列表標籤:portal:articles使用詳解

文章列表標籤:portal:articles使用詳解

標籤: <portal:articles></portal:articles>數組

做用: 文章列表標籤,可調用文章列表post

用法示例:code

<portal:articles item="vo" where="$where" order="post.create_time DESC" page="$page"
                         relation="categories"
                         categoryIds="$category.id"
                         returnVarName="articles_data">
 .. HTML ..
 </portal:articles>

標籤屬性:排序

標籤屬性名 含義
where 查詢條件變量, 支持數組和字符串,如$where
limit 最多查出文章數,若是分頁開啓,此設置無效
order 文章排序方式
page 分頁參數,若是設置分頁參數會自動分頁
relation 關聯查詢,支持categories和user,多個以英文逗號分隔
pageVarName 分頁後生成的分頁變量名,只有設置分頁參數時纔有效
categoryIds 分類 id,支持數組和字符串(英文逗號分開)
相關文章
相關標籤/搜索