API17

JDatabaseImporterMySQLi::getRealTableName

From Joomla! Documentation

Revision as of 15:56, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JDatabaseImporterMySQLi::getRealTableName/11.1 to API17:JDatabaseImporterMySQLi::getRealTableName without leaving a redirect: Robot: Moved page)

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.

Joomla 11.1 JDatabaseImporterMySQLi::getRealTableName[edit]

Description[edit]

Get the real name of the table, converting the prefix wildcard string if present.

Template:Description:JDatabaseImporterMySQLi::getRealTableName [Edit Descripton]

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 Joomla 11.1

See also[edit]

Template:SeeAlso:JDatabaseImporterMySQLi::getRealTableName [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />