\DedeVote

投票类

Summary

Methods
Properties
Constants
__construct()
DedeVote()
Close()
GetTotalCount()
AddVoteCount()
GetVoteForm()
SaveVote()
GetVoteResult()
$VoteInfos
$VoteNotes
$VoteCount
$VoteID
$dsql
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$VoteInfos

$VoteInfos : 

Type

$VoteNotes

$VoteNotes : 

Type

$VoteCount

$VoteCount : 

Type

$VoteID

$VoteID : 

Type

$dsql

$dsql : 

Type

Methods

__construct()

__construct(  $aid) 

Parameters

$aid

DedeVote()

DedeVote(  $aid) 

Parameters

$aid

Close()

Close() 

GetTotalCount()

GetTotalCount() : integer

获得投票项目总投票次数

Returns

integer

AddVoteCount()

AddVoteCount(integer  $aid) : string

增加指定的投票节点的票数

Parameters

integer $aid

投票ID

Returns

string

GetVoteForm()

GetVoteForm(integer  $lineheight = 30, string  $tablewidth = "100%", string  $titlebgcolor = "#EDEDE2", string  $titlebackgroup = "", string  $tablebg = "#FFFFFF", string  $itembgcolor = "#FFFFFF") : string

获得项目的投票表单

Parameters

integer $lineheight

行高

string $tablewidth

表格宽度

string $titlebgcolor

标题颜色

string $titlebackgroup

标题背景

string $tablebg

表格背景

string $itembgcolor

项目背景

Returns

string

SaveVote()

SaveVote(string  $voteitem) : string

保存投票数据 请不要在输出任何内容之前使用SaveVote()方法!

Parameters

string $voteitem

投票项目

Returns

string

GetVoteResult()

GetVoteResult(string  $tablewidth = "600", string  $lineheight = "24", string  $tablesplit = "40%") : string

获得项目的投票结果

Parameters

string $tablewidth

表格宽度

string $lineheight

行高

string $tablesplit

表格分隔

Returns

string