Beispiel #1
0
 function getProductTable()
 {
     if (isset($this->product_table)) {
         return $this->product_table;
     }
     $resource = new Mage_Catalog_Model_Resource_Eav_Mysql4_Product();
     $table = $resource->getTable('catalog/product');
     return $table;
 }
 function getProductTable()
 {
     $resource = new Mage_Catalog_Model_Resource_Eav_Mysql4_Product();
     $table = $resource->getTable('catalog/product');
     return $table;
 }