Example #1
0
 /**
  * Initialize entity model
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_entityResource = Mage::getResourceSingleton('catalog/product');
 }
Example #2
0
 /**
  * Initialize entity model
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_entityResource = Mage::getResourceSingleton('Mage_Catalog_Model_Resource_Category');
 }