예제 #1
0
파일: ajax.php 프로젝트: roine/wawaw
 public function action_message()
 {
     $data['json'] = Model_Ajax::messages($this->current_user);
     $this->template->content = View::forge('ajax/view', $data);
 }