API15

API15:JTable/getTableName

From Joomla! Documentation

Revision as of 22:16, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Gets the internal table name for the object <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<n...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Gets the internal table name for the object

[Edit Descripton]

Template:Description:JTable/getTableName

Syntax

getTableName()


Returns

string

Defined in

libraries/joomla/database/table.php

Importing

jimport( 'joomla.database.table' );

Source Body

function getTableName()
{
        return $this->_tbl;
}

[Edit See Also] Template:SeeAlso:JTable/getTableName

Examples

<CodeExamplesForm />