i have on controller views page code this button:
<button
<a href="<?= Backend::url('vimagem/pacientes/pacientes/pdf/1') ?>"
class="btn btn-primary oc-icon-sign-out">export</a>
</button>
how i can get the id of this url ?
<button
<a href="<?= Backend::url('vimagem/pacientes/pacientes/pdf/:id') ?>"
class="btn btn-primary oc-icon-sign-out">export</a>
</button>
This way is not working... any ideia?