. */ include_once __DIR__.'/../../core.php'; use Models\PrintTemplate; if (!empty($id_record)) { $print = PrintTemplate::find($id_record); $record = $print->toArray(); $record['title'] = $print->getTranslation('title'); $record['filename'] = $print->getTranslation('filename'); }