getList(); // $list = [ // [ // 'id' => 1, // 'title' => 'text', // 'updated_at' => '2020-04-01 12:13', // ], // [ // 'id' => 2, // 'title' => 'text', // 'updated_at' => '2020-04-01 12:13', // ], // ]; ?> Document

留言板

0) { echo ' '; foreach ($list as $key => $item) { echo ' '; } echo '
id title updated_at action
'.$item['id'].' '.$item['title'].' '.$item['updated_at'].'
'; } else { echo '無資料'; } ?>