vhost/app/Views/cells/board/information.php
2024-05-17 16:08:27 +09:00

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