Archive: table prefix

 

Posts Tagged ‘table prefix’


If you use table prefixes (you should) but you need to get the name of a table without having to hardcode in the table prefix, use this little snippet: PLAIN TEXT PHP: $tableName = Mage::getSingleton('core/resource')->getTableName('catalog_product_option'); More Reading:Netbeans Disable Transparent Undocked WindowsMagento 2 – Key Points for Developers!Magento 2 Source Code Available on GitHubAdding Confirm E-mail [...]