Exemplo n.º 1
0
 public function actionSettings()
 {
     $this->setTitle("Nastavení­");
     $form = $this["formSettings"];
     $row = $this->model->getSettings($this->user->id);
     $form->setDefaults($row);
 }