Get long table name in Magento

Posted . Visible to the public.

Get full table name

Mage::getSingleton('core/resource')
    ->getTableName($tableShortName);

Example:

Mage::getSingleton('core/resource')
    ->getTableName('catalog/product');
Last edit
Dan
Keywords
database, magento, select, query
Tags