API17

API17:JDatabaseImporterMySQL::getRealTableName

From Joomla! Documentation

Joomla 11.1 JDatabaseImporterMySQL::getRealTableName

Description

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/mysqlimporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples