API17

JDatabaseMySQLImporter::getRealTableName: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
m JoomlaWikiBot moved page JDatabaseMySQLImporter::getRealTableName/11.1 to API17:JDatabaseMySQLImporter::getRealTableName without leaving a redirect: Robot: Moved page
(No difference)

Revision as of 21:08, 10 May 2013

Joomla 11.1 JDatabaseMySQLImporter::getRealTableName

Description

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

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

Since

Joomla 11.1

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)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLImporter::getRealTableName

Examples

<CodeExamplesForm />