Ejemplo n.º 1
0
 protected function getAggregateSendingsSelect()
 {
     // @todo this needs to be tested
     $select = parent::getAggregateSendingsSelect();
     $this->joinLastViewEvent($select);
     return $select;
 }
Ejemplo n.º 2
0
 protected function getAggregateSendingsSelect()
 {
     // @todo this needs to be tested
     $select = parent::getAggregateSendingsSelect();
     $this->joinLastViewEvent($select);
     $select->joinTable(array('useragent_id' => '{useragent_id}'), 'useragent', 'ua');
     return $select;
 }