API17

API17:JDatabaseMySQL::getTableFields

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQL::getTableFields

Description

Retrieves field information about the given tables.


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 334 of libraries/joomla/database/database/mysql.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples