Esempio n. 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->_useAnalyticFunction = true;
 }
Esempio n. 2
0
 /**
  * Initialize collection
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setRowIdFieldName('selection_id');
     $this->_selectionTable = $this->getTable('bundle/selection');
 }
 protected function _construct()
 {
     parent::_construct();
 }
Esempio n. 4
0
 /**
  * Assign link table name
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_linkTable = $this->getTable('catalog/product_super_link');
 }
 /**
  * Initialization of the handler
  */
 protected function _construct()
 {
     $this->_handler = Mage::getSingleton('factfinder_campaigns/handler_search');
     parent::_construct();
 }
Esempio n. 6
0
 /**
  * Initialize resource
  * @return Simtech_Searchanise_Model_Mysql4_Product_CollectionSearhanise
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_searchaniseCollection = Mage::getModel('searchanise/searchanise');
     $this->_searchaniseCollection->setCollection($this);
 }