VotingAPI: The basics for developers
Last modified: November 15, 2009 - 19:08
(stub article in progress)
1. Introduction to VotingAPI.
votingapi_set_vote($content_type, $content_id, $vote, $uid = NULL) (D5)
votingapi_set_votes(&$votes, $criteria = NULL) (D6)
votingapi_unset_vote($content_type, $content_id, $uid = NULL)
votingapi_get_voting_results($content_type, $content_id)
2. An example workflow (SimpleVote's processing)
