API17

API17:JTable::getFields

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples