API17:JDatabaseExporterMySQL::getGenericTableName
From Joomla! Documentation
JDatabaseExporterMySQL::getGenericTableName
Description
Get the generic name of the table, converting the database prefix to the wildcard string.
protected function 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 on line 252 of libraries/joomla/database/database/mysqlexporter.php
- Since

See also
JDatabaseExporterMySQL::getGenericTableName source code on BitBucket
Class JDatabaseExporterMySQL
Subpackage Database- Other versions of JDatabaseExporterMySQL::getGenericTableName
User contributed notes
Code Examples