Пример #1
0
 public function updateTab()
 {
     $result = $this->model->updateTab();
     $this->send_response(200, $result);
 }