API17:JDatabaseMySQLExporter::getGenericTableName
From Joomla! Documentation
JDatabaseMySQLExporter::getGenericTableName
Description
Get the generic name of the table, converting the database prefix to the wildcard string.
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
Examples
Code Examples