Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('followupemail/linktracking/queryselector.phtml');
     $this->setQueryType(AW_Followupemail_Helper_Data::getLinktrackingQueryType());
 }
Пример #2
0
 protected function _prepareCollection()
 {
     $collection = Mage::getResourceModel('followupemail/linktracking_collection')->getLinktrackingCollection(AW_Followupemail_Helper_Data::getLinktrackingQueryType());
     $this->setCollection($collection);
     return parent::_prepareCollection();
 }