예제 #1
0
 function show_action() {
     front::check_type(front::get('id'));
     $announcement=new announcement();
     $this->view->announ=$announcement->getrow(front::get('id'));
 }