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