예제 #1
0
 public function startup()
 {
     parent::startup();
     if ($this->model->getPkUser($this->user->id)) {
         $this->template->pkh = true;
     } else {
         $this->template->pkh = false;
     }
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Skupiny");
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Náměty prací");
 }
예제 #4
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->template->_form = $this['formAddRole'];
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Uživatelé");
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Zadání prací");
 }