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

Method ReadAllFields( )

 protected   mixed rstoetter\libsqlphp\cAllDatabaseFields::ReadAllFields(string $name_database, string $name_table)

reads all fields of the database $name_database and stores them as cDatabaseField in the array

Arguments

  • $name_database string - <p>the name of the database</p>
  • $name_table string - <p>the name of the table - if it is an empty string "" then all tables of the database $name_database are examined</p> <p>Example:</p>