. */ use Models\Plugin; use Plugins\ComponentiImpianti\Componente; include_once __DIR__.'/../../core.php'; $compontenti_impianto = Componente::where('id_impianto', '=', $id_record); // Avviso sul numero di componenti if ($compontenti_impianto->count() == 0) { echo '
'.tr('ID', [], ['upper' => true]).' | '.tr('Articolo', [], ['upper' => true]).' | '.tr($date_name, [], ['upper' => true]).' | '.tr('Registrazione', [], ['upper' => true]).' | '.tr('Allegati', [], ['upper' => true]).' |
---|---|---|---|---|
#'.$componente->id.' | '.$articolo->codice.' - '.$articolo->getTranslation('title').' | '.$data.' | '.dateFormat($componente->data_registrazione).' |
|