getCount(); $max_page = ceil($max_count/$list_max_count); $list = $db->getList($page, $list_max_count); ?> Document

留言板

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