API17:JDatabaseMySQLExporter::getColumns
From Joomla! Documentation
JDatabaseMySQLExporter::getColumns
Description
Get the details list of columns for a table.
Template:Description:JDatabaseMySQLExporter::getColumns [Edit Descripton]
Since
Synopsis
protected JDatabaseMySQLExporter->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/mysqlexporter.php
Referenced by
See also
Template:SeeAlso:JDatabaseMySQLExporter::getColumns
Examples
<CodeExamplesForm />