Zitat von Tim
Beitrag anzeigen
Danke dir Tim
[COLOR=#333333][SIZE=11px][COLOR=#8735a5]$GLOBALS[/COLOR][COLOR=#000000][[/COLOR][COLOR=#dd2400]'TL_LANG'[/COLOR][COLOR=#000000]][[/COLOR][COLOR=#dd2400]'MSC'[/COLOR][COLOR=#000000]][[/COLOR][COLOR=#dd2400]'more'[/COLOR][COLOR=#000000]] = 'Gib mir mehr...';[/COLOR][/SIZE][/COLOR]
[COLOR=#333333][SIZE=11px][COLOR=#8735a5]$GLOBALS[/COLOR][COLOR=#000000][[/COLOR][COLOR=#dd2400]'TL_LANG'[/COLOR][COLOR=#000000]][[/COLOR][COLOR=#dd2400]'MSC'[/COLOR][COLOR=#000000]][[/COLOR][COLOR=#dd2400]'more'[/COLOR][COLOR=#000000]] = 'Gib mir mehr...';[/COLOR][/SIZE][/COLOR]
<?php echo \FilesModel::findByPk($this->field('myFileField')->value())->path; ?>
<?php $objData = deserialize($this->field('doc_info')->value()); foreach($objData as $items) { ?> <li> <?php echo \FilesModel::findByPk($items)->path; ?> </li> <?php } ?>
Kommentar