JDatabaseDriver::getTableColumns
Retrieves field information about the given tables.
Signature
public function getTableColumns(string
$table,
[boolean
$typeOnly = true] )
Parameters
-
$table
- The name of the database table.
-
$typeOnly
- True (default) to only return field types.
Returns
- array
- An array of fields by table.