请问ZBlog如何调用用户
-
调用用户函数:
- 使用
$zbp->GetMemberList()
。
- 使用
-
参数说明:
$select
:选择字段,默认为*
。$where
:筛选条件。$order
:排序方式。$limit
:调用数量。$option
:附加选项。
-
代码示例:
{foreach $zbp->GetMemberList('*', null, array('mem_Articles' => 'DESC'), 5, null) as $users} <a href="{$users.Url}">{$users.Name}</a> {/foreach}
更新时间:2025-04-10 23:27:41
转载请注明原文链接:https://www.muzicopy.com/suibi/2022.html