cDatabaseTables::GetTable() - rstoetter/libsqlphp GitHub Wiki

Method GetTable( )

 public   string rstoetter\libsqlphp\cDatabaseTables::GetTable(integer $index)

The method GetTable returns the name of the table with the index $index

Example:

Arguments

  • $index integer - <p>is the index of the table</p>

Returns

string the name of the table with the index $index