Skip to content

Instantly share code, notes, and snippets.

@fayqLs
Created October 30, 2024 06:40
Show Gist options
  • Save fayqLs/611b508317ea57c43185531db198ca3f to your computer and use it in GitHub Desktop.
Save fayqLs/611b508317ea57c43185531db198ca3f to your computer and use it in GitHub Desktop.
CARREGAR IMAGEM NO TImage EM EDIÇÃO
<?php
$systemUnit = SystemUnit::find(TSession::getValue('userunitid'));
if ($systemUnit)
{
if ($systemUnit->logomarca)
{
$this->img_logomarca->src = $systemUnit->logomarca;
}
}
# img_logomarca É O NOME DO COMPONENTE TImage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment