Skip to content

Instantly share code, notes, and snippets.

@sanuter
sanuter / Mage_Rating_Model_Resource_Rating_Collection
Last active January 19, 2016 09:25
Example Zend_Db_Expr for Magento v1.
/**
* Add entity summary to item
*
* @param int $entityPkValue
* @param int $storeId
* @return Mage_Rating_Model_Resource_Rating_Collection
*/
public function addEntitySummaryToItem($entityPkValue, $storeId)
{
$arrRatingId = $this->getColumnValues('rating_id');