예제 #1
0
파일: user.php 프로젝트: nobuhiko/mylogbook
 public function action_creatures()
 {
     $data['reports'] = Model_Post::summary_report($this->user->id);
     $this->template->content->content = View::forge('user/creatures', $data);
     return $this->template;
 }