API17:JDatabaseMySQLImporter::getKeyLookup
From Joomla! Documentation
JDatabaseMySQLImporter::getKeyLookup
Description
Get the details list of keys for a table.
Since
Synopsis
protected JDatabaseMySQLImporter::getKeyLookup ($keys)
Parameter | Type | Default | Description |
---|---|---|---|
$keys | Exception |
Returns
array The lookup array. array({key name} => array(object, ...))
Defined in
libraries/joomla/database/database/mysqlimporter.php (line 463)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples