Engine23

Magento - Get the table name from a Block or Controller or even View

$tableName=Mage::getSingleton('core/resource')->getTableName('catalog_product_option');

Share: