多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[返回目录](index.html)#### [标签使用](pctag_index.html) —— [功能模块](pctag_model_index.html) —— [投票模块](function_vote.html) ##### 投票模块 投票模块PC标签调用说明 模块名:**vote** 模块提供的可用操作 操作名 说明lists获取投票列表 get\_vote 获取投票概述- - - - - - **获取投票列表(lists):** 可用参数: 参数名 是否必须 默认值 说明 siteid 是 null 站点ID enabled 否 1 显示方式 order 否 subjectid DESC 排序方式 代码例子: ``` <pre class="brush:xml">{pc:vote action="lists" order="subjectid desc" siteid="$siteid" num="6" page="$page"  return="dat"} {loop $dat $r} <a class="pcalibre9 pcalibre10 pcalibre5" href="%7BAPP_PATH%7Dindex.php?m=vote&c=index&a=show&id=%7B%24r%5B'subjectid'%5D%7D" target="_blank" title="{$r[subject]}">{$r[subject]}</a> <span><span class="calibre39">(投票数: {$r[votenumber]})</span></span> {/loop} {$pages} {/pc} ``` 上面的例子中输出了站点ID为$siteid,所有投票列表,并按subjectid倒序排列.每页6条数据。 [返回目录](index.html) 上海盛大网络发展有限公司 c 2006 - 2011 B2-20040053. 问题和建议请反馈至:http://bbs.phpcms.cn