API17

API17:JDatabaseImporterMySQLi::getKeyLookup

From Joomla! Documentation

Joomla 11.1 JDatabaseImporterMySQLi::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/mysqliimporter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples