JDatabaseImporterMySQLi::getKeyLookup
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabaseImporterMySQLi::getKeyLookup[edit]
Description[edit]
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
See also[edit]
JDatabaseImporterMySQLi::getKeyLookup source code on BitBucket
Class JDatabaseImporterMySQLi
Subpackage Database
- Other versions of JDatabaseImporterMySQLi::getKeyLookup
User contributed notes[edit]
Code Examples[edit]