public function action_itta($pid) { $this->template->title = "旅ログ"; $ret = Model_Members_General::getPostHeader($pid); $first = array_shift($ret); $first['itta'] = Model_Members_General::countItta($pid); $first['ikitai'] = Model_Members_General::countIkitai($pid); $first['users'] = Model_Members_General::getUsersitta($pid); $first['revnum'] = Model_Members_General::countReview($pid); $first['count'] = 0; $first['msg'] = $this->msg; $first['ikitaiflag'] = false; $this->template->content = View::forge('members/postlookupusrs', $first); }