-
-
Save fayqLs/611b508317ea57c43185531db198ca3f to your computer and use it in GitHub Desktop.
CARREGAR IMAGEM NO TImage EM EDIÇÃO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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