API17

JDatabaseMySQLImporter::getRealTableName: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 12: Line 12:
===Synopsis===
===Synopsis===
<source lang="php">
<source lang="php">
protected JDatabaseMySQLImporter->getRealTableName ($table)
protected JDatabaseMySQLImporter::getRealTableName ($table)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 30: Line 30:
string The real name of the table.
string The real name of the table.
===Defined in===
===Defined in===
libraries/joomla/database/database/mysqlimporter.php
libraries/joomla/database/database/mysqlimporter.php (line 565)
* see source code in [[jplatform:database/database/mysqlimporter.php#cl-565|BitBucket]]
===Referenced by===
===Referenced by===
===See also===
===See also===

Revision as of 01:15, 24 April 2011

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 />