cPrimaryKeyData::SetField() - rstoetter/libsqlphp GitHub Wiki
Method SetField( )
public mixed rstoetter\libsqlphp\cPrimaryKeyData::SetField(string $fieldname, mixed $fieldval)
- Namespace : rstoetter\libsqlphp
- Class name: cPrimaryKeyData
- This method is defined by rstoetter\libsqlphp\cPrimaryKeyData
The method SetField( ) sets the value of the field with the name $fieldname to $fieldval
Example:
Arguments
- $fieldname string - <p>the name of the field</p>
- $fieldval mixed - <p>the value of the field</p>