Hello,
i am really so many hours on this problem, please give a hint.
$crud->columns(['oid', 'pid', 'usern', 'form', 'operationtitle', 'timestamp', 'deleted']);
$crud->callbackEditField('form', function ($fieldValue, $primaryKeyValue) {
return '<input class="form-control" name="formula" value="' . $fieldValue . '" />
<br>verfügbar (Formel '.$primaryKeyValue.') '.PID??.'<br>
<iframe name="iframe" src="/change_query.php?projectid='.$primaryKeyValue.'&username='.$_SESSION["username"].'" height="120" width="450" frameborder="0" style="font-family:Arial;border:1px solid #c0c0c0"></iframe>
';
});
i have to load externela content in this edit view but therefore i need the PID. How can i get this PID in file as standalone value?
Thank you so much.
Regards,
Olaf