JDatabaseMySQLi::getTableFields/1.5
From Joomla! Documentation
JDatabaseMySQLi::getTableFields
Description
Retrieves information about the given tables.
Description:JDatabaseMySQLi::getTableFields [Edit Descripton]
public function 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 on line 684 of libraries/joomla/database/database/mysqli.php
See also
-
JDatabaseMySQLi::getTableFields on api.joomla.org
-
JDatabaseMySQLi source code on JoomlaCode
-
Class JDatabaseMySQLi
-
Subpackage Database
- Other versions of JDatabaseMySQLi::getTableFields
SeeAlso:JDatabaseMySQLi::getTableFields [Edit See Also]
User contributed notes
<CodeExamplesForm />