protected function _beforeToHtml()
 {
     $this->_getCollection()->load()->addReviewSummary();
     return parent::_beforeToHtml();
 }
Ejemplo n.º 2
0
 protected function _beforeToHtml()
 {
     $this->_getCollection()->orderBy('created_time DESC')->load();
     return parent::_beforeToHtml();
 }