FOFTable::getTableFields
Get the columns from a database table.
Signature
public function getTableFields([string
$tableName = null] )
Parameters
-
$tableName
- Table name. If null current table is used
Returns
- mixed
- An array of the field names, or false if an error occurs.