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