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

Method GetDatabaseField( )

 public   \rstoetter\libsqlphp\cDatabaseField rstoetter\libsqlphp\cAllDatabaseFields::GetDatabaseField(integer $index)

returns the database field with the index $index

Example:

Arguments

  • $index integer - <p>the index of the database field, the position in the array</p>

Returns

\rstoetter\libsqlphp\cDatabaseField the searched database field