API17:JTable::getFields
From Joomla! Documentation
JTable::getFields
Description
Get the columns from database table.
public function getFields ()
- Returns mixed An array of the field names, or false if an error occurs.
- Defined on line 118 of libraries/joomla/database/table.php
See also
JTable::getFields source code on BitBucket
Class JTable
Subpackage Database- Other versions of JTable::getFields
User contributed notes
Code Examples