如何动态获取magento表名?
我试过 :
Mage::getSingleton('core/resource')->getConnection('core_read')->getTableName('catalog/product')
返回catalog/product
,什么时候应该返回catalog_product
。如何获取<table></table>
config.xml 中标签中定义的真实表名?
如何动态获取magento表名?
我试过 :
Mage::getSingleton('core/resource')->getConnection('core_read')->getTableName('catalog/product')
返回catalog/product
,什么时候应该返回catalog_product
。如何获取<table></table>
config.xml 中标签中定义的真实表名?