我想知道在制作 Magento 模块时如何使用 arregate sql 函数。我目前在我的模式中有这个代码;
$rake = Mage::getModel('showdown/votes')->getCollection();
$rake->addFieldToFilter('votedfor', $productid);
//$collection->groupByFilter('matchid'); //<-- what do i put here?
$sticks = count($rake);