API17

JDatabaseMySQLi::getTableFields

From Joomla! Documentation

Revision as of 20:16, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseMySQLi::getTableFields[edit]

Description[edit]

Retrieves information about the given tables.

Template:Description:JDatabaseMySQLi::getTableFields [Edit Descripton]

Synopsis[edit]

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[edit]

array An array of fields by table

Defined in[edit]

libraries/joomla/database/database/mysqli.php (line 713)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLi::getTableFields

Examples[edit]

<CodeExamplesForm />