API17

API17:JTable::getKeyName

From Joomla! Documentation

Joomla 11.1 JTable::getKeyName

Description

Method to get the primary key field name for the table.


public function getKeyName ()
  • Returns string The name of the primary key for the table.
  • Defined on line 291 of libraries/joomla/database/table.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples