API17

API17:JDatabaseMySQLExporter::getGenericTableName

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLExporter::getGenericTableName

Description

Get the generic name of the table, converting the database prefix to the wildcard string.


Since

Joomla 11.1

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)

Referenced by

See also

Examples

Code Examples