magento2 - How to get prefix table in magento 2 -


i need prefix table in magento 2 join table. try find on internet don't see how prefix table in magento 2. can me

it seems there have been code changes in magento. referring @manashvi birla answer, need replace :

$connection->gettablename('customer_entity'); 

by :

$this->_resource->gettablename('customer_entity'); 

to able table prefix.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -