API17

API17:JDatabaseImporterMySQL::getKeyLookup

From Joomla! Documentation

Joomla 11.1 JDatabaseImporterMySQL::getKeyLookup

Description

Get the details list of keys for a table.


protected function getKeyLookup ($keys)
Parameter Type Default Description
$keys Exception
  • Returns array The lookup array. array({key name} => array(object, ...))
  • Defined on line 464 of libraries/joomla/database/database/mysqlimporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples