5 lines
221 B
PHP
5 lines
221 B
PHP
<?php foreach ($cellDatas['entitys'] as $entity) : ?>
|
|
<?php foreach (['title', 'created_at'] as $field) : ?>
|
|
<?= getFieldCell_Row_BoardHelper($field, $entity, $cellDatas) ?>
|
|
<?php endforeach ?>
|
|
<?php endforeach ?>
|