Exemplo n.º 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;
 }
Exemplo n.º 2
0
 function getProductTable()
 {
     $resource = new Mage_Catalog_Model_Resource_Eav_Mysql4_Product();
     $table = $resource->getTable('catalog/product');
     return $table;
 }