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