PHP utilise la variable comme clé d'objet

$nid_property = 'my_nid';
$nid = $row->{$nid_property};
jbirch8865