Skip to content

Instantly share code, notes, and snippets.

@gelanivishal
Created February 10, 2017 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gelanivishal/47b4c6f2a49c97c597faac704c3c2760 to your computer and use it in GitHub Desktop.
Save gelanivishal/47b4c6f2a49c97c597faac704c3c2760 to your computer and use it in GitHub Desktop.
Get table prefix
<?php
$bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $_SERVER);
$obj = $bootstrap->getObjectManager();
$deploymentConfig = $obj->get('Magento\Framework\App\DeploymentConfig');
$tablePrefix = $deploymentConfig->get('db/table_prefix');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment