Example #1
0
 /**
  * Get the field data for a database table, along with the field's attributes.
  *
  * @param   string  table name
  * @return  array
  */
 public function listFields($table = '')
 {
     return $this->_driver->listFields($this->_config['table_prefix'] . $table);
 }