aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/Vote.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-23 16:54:51 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-23 16:54:51 +0000
commit91eb43bec6dfdd2e16012f0fb56b6eaa87105e3f (patch)
tree2c2f42535a0b1d6336b1da64223decd6b39abf47 /src/SemanticScuttle/Service/Vote.php
parent3350658545a4645eb7eeea6323636b79310a18cc (diff)
downloadsemanticscuttle-91eb43bec6dfdd2e16012f0fb56b6eaa87105e3f.tar.gz
semanticscuttle-91eb43bec6dfdd2e16012f0fb56b6eaa87105e3f.tar.bz2
revamp service factory
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@393 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'src/SemanticScuttle/Service/Vote.php')
-rw-r--r--src/SemanticScuttle/Service/Vote.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SemanticScuttle/Service/Vote.php b/src/SemanticScuttle/Service/Vote.php
index e348512..3c4a144 100644
--- a/src/SemanticScuttle/Service/Vote.php
+++ b/src/SemanticScuttle/Service/Vote.php
@@ -173,6 +173,7 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_Service
public function rewriteVotings()
{
//FIXME
+ //SELECT bid, SUM( vote ) FROM sc_votes GROUP BY bid
}