class Rating extends Zend_Db_Table_Abstract
{
public function setRating($item_id, $user_id, $table)
{
/*
* ,
* $table - item_type,
*/
}
public function getRating($item_id, $table)
{
/*
* ,
* mysql count
*/
}
public function isVoted($item_id, $user_id, $table)
{
//
}
}
* This source code was highlighted with Source Code Highlighter .
Source: https://habr.com/ru/post/67117/