Guest User

Untitled

a guest
Jan 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. $collection->getSelect()->joinLeft(
  2. 'rating_option_vote_aggregated',
  3. 'e.entity_id = rating_option_vote_aggregated.entity_pk_value',
  4. array('vote_count' => 'SUM(rating_option_vote_aggregated.vote_count)'))
  5. ->group('e.entity_id')
  6. ->order('vote_count ' . $this->getCurrentDirectionReverse());
Add Comment
Please, Sign In to add comment