API17:JDatabaseMySQLExporter::getGenericTableName
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseMySQLExporter::getGenericTableName
Description
Get the generic name of the table, converting the database prefix to the wildcard string.
Description:JDatabaseMySQLExporter::getGenericTableName [Edit Descripton]
Since
Synopsis
protected JDatabaseMySQLExporter::getGenericTableName ($table)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | string | The name of the table. |
Returns
string The name of the table with the database prefix replaced with __.
Defined in
libraries/joomla/database/database/mysqlexporter.php (line 251)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDatabaseMySQLExporter::getGenericTableName
Examples
<CodeExamplesForm />
