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