Lines Matching refs:votes
12 $this->votes = array();
24 $this->votes = $data['votes'];
66 'votes' => $this->votes,
84 $this->votes[] = array('user' => $_SERVER['REMOTE_USER'], 'data' => $data);
90 if (empty($this->votes))
93 foreach ($this->votes as $vote) {
106 foreach ($this->votes as $vote)
204 $this->votes = array();
210 foreach ($this->votes as $id => $vote)
212 unset ($this->votes[$id]);
220 foreach ($this->votes as $id => $vote) {
241 array_push($this->votes, $vote, $vote_this);