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