Exemple #1
0
 protected function _construct()
 {
     parent::_construct();
     /**
      * Allow to use analytic function
      */
     $this->_useAnalyticFunction = true;
 }
Exemple #2
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);
 }