Пример #1
0
 /**
  * Initialize resource
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType(Mage_Catalog_Model_Product::ENTITY)->setConnection('catalog_read', 'catalog_write');
     $this->_productWebsiteTable = $this->getTable('catalog/product_website');
     $this->_productCategoryTable = $this->getTable('catalog/category_product');
 }