API17:JDatabaseMySQLi::getTableFields
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseMySQLi::getTableFields
Description
Retrieves information about the given tables.
Description:JDatabaseMySQLi::getTableFields [Edit Descripton]
Synopsis
public JDatabaseMySQLi::getTableFields ($tables, $typeonly=true)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tables | string | A table name or a list of table names | |
| $typeonly | boolean | true | Only return field types, default true |
Returns
array An array of fields by table
Defined in
libraries/joomla/database/database/mysqli.php (line 713)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDatabaseMySQLi::getTableFields
Examples
<CodeExamplesForm />
