Get table prefix in Magento

Hello friends

If you want to get table then just use below code

$prefix = Mage::getConfig()->getTablePrefix();
echo $prefix;

Let me know your comment

0 comments:

Post a Comment