Function DatabaseConnector->get_table_prefix

Definitions

sources/database.php

  • Get the table prefixes used for all software tables, commonly used when you are installing the software in the same database as your forums. The default table prefix is 'cms_'.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Return

  • The table prefix
  • Type: string
  • Set: N/A
  • Range: N/A