The table prefix is determined by the [database] tables_prefix INI config
option.
public static prefixTable ( string $table ) : string | ||
$table | string | The table name to prefix, ie "log_visit" |
return | string | The prefixed name, ie "piwik-production_log_visit". |