vhost/app/Views/cells/board/information.php
2024-05-17 18:50:17 +09:00

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 ?>