JDatabaseImporterMySQLi::getRealTableName
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabaseImporterMySQLi::getRealTableName[edit]
Description[edit]
Get the real name of the table, converting the prefix wildcard string if present.
protected function getRealTableName ($table)
Parameter | Type | Default | Description |
---|---|---|---|
$table | string | The name of the table. |
- Returns string The real name of the table.
- Defined on line 566 of libraries/joomla/database/database/mysqliimporter.php
- Since
See also[edit]
JDatabaseImporterMySQLi::getRealTableName source code on BitBucket
Class JDatabaseImporterMySQLi
Subpackage Database
- Other versions of JDatabaseImporterMySQLi::getRealTableName
User contributed notes[edit]
Code Examples[edit]