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 field information about the given tables.
Description:JDatabaseMySQLi::getTableFields [Edit Descripton]
public function getTableFields ( $tables $typeOnly=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tables | |||
| $typeOnly | bool | true | True to only return field types. |
- Returns array An array of fields by table.
- Defined on line 356 of libraries/joomla/database/database/mysqli.php
- Since
See also
-
JDatabaseMySQLi::getTableFields source code on BitBucket
-
Class JDatabaseMySQLi
-
Subpackage Database
- Other versions of JDatabaseMySQLi::getTableFields
SeeAlso:JDatabaseMySQLi::getTableFields [Edit See Also]
User contributed notes
<CodeExamplesForm />
