API17

API17:JDatabaseMySQLImporter::getColumns

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLImporter::getColumns

Description

Get the details list of columns for a table.


Since

Joomla 11.1

Synopsis

protected JDatabaseMySQLImporter::getColumns ($table)
Parameter Type Default Description
$table Exception

Returns

array An arry of the column specification for the table.

Defined in

libraries/joomla/database/database/mysqlimporter.php (line 332)

Referenced by

See also

Examples

Code Examples