Пример #1
0
 public function renderApprove($id)
 {
     $data = $this->model->get($id);
     $this->template->data = $data;
 }