vhost init...4

This commit is contained in:
최준흠 2024-06-08 17:01:50 +09:00
parent 7c8a85edab
commit bd1dd93940

View File

@ -1,5 +1,5 @@
<?php foreach ($cellDatas['entitys'] as $entity) : ?>
<?php foreach (['title', 'created_at'] as $field) : ?>
<?= getFieldCell_Row_BoardHelper($field, $entity, $cellDatas) ?>
<div><?= getFieldCell_Row_BoardHelper($field, $entity, $cellDatas) ?></div>
<?php endforeach ?>
<?php endforeach ?>