API15:JTable/getTableName
From Joomla! Documentation
Description
Gets the internal table name for the object
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 />