API17:JDatabaseMySQLImporter::getRealTableName
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.
JDatabaseMySQLImporter::getRealTableName
Description
Get the real name of the table, converting the prefix wildcard string if present.
Description:JDatabaseMySQLImporter::getRealTableName [Edit Descripton]
Since
Synopsis
protected JDatabaseMySQLImporter::getRealTableName ($table)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | string | The name of the table. |
Returns
string The real name of the table.
Defined in
libraries/joomla/database/database/mysqlimporter.php (line 565)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDatabaseMySQLImporter::getRealTableName
Examples
<CodeExamplesForm />
