cAllDatabaseFields::CollectFieldNamesOfTable() - rstoetter/libsqlphp GitHub Wiki

Method CollectFieldNamesOfTable( )

 public   array rstoetter\libsqlphp\cAllDatabaseFields::CollectFieldNamesOfTable(string $tablename, array $a_fields)

returns all field names of a table $tablename in an array of strings

Example:

Arguments

  • $tablename string - <p>the name of the table</p>
  • $a_fields array - <p>the resulting array with the table names</p>

Returns

array an array with elements of string