vhost/app/Views/front/board/cell/information.php
2024-05-07 16:45:05 +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 ?>