JDatabase::getTableFields/1.6
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 803 of libraries/joomla/database/database.php
See also
JDatabase source code on JoomlaCode
Class JDatabase
Subpackage Database- Other versions of JDatabase::getTableFields
SeeAlso:JDatabase::getTableFields [Edit See Also]