Setting Values
You can set the field type value with a model instance:
$entry->example = $entry;
You can also set the value with an entry ID:
$entry->example = 8;
You can set the field type value with a model instance:
$entry->example = $entry;
You can also set the value with an entry ID:
$entry->example = 8;