Example #1
0
 public function actionChangePassword($id)
 {
     $item = $this->item->get($id);
     if (!$item) {
         $this->error('Data pod ID ' . $id . ' nebyla nalezena v databázi.', 404);
     }
     // TODO: udělat
     $this->redirect('default');
 }