Exemple #1
0
 public function init()
 {
     parent::init();
     $this->_model = new Foto();
 }
Exemple #2
0
 public function init()
 {
     parent::init();
     $this->_model = new Adminuser();
 }
Exemple #3
0
 public function init()
 {
     parent::init();
 }
Exemple #4
0
 public function init()
 {
     parent::init();
     $this->_messages['noentity'] = 'Nie znaleziono galerii o podanym identyfikatorze!';
     $this->_model = new Galery();
 }
Exemple #5
0
 public function init()
 {
     parent::init();
     $this->_model = new Aktual();
 }
Exemple #6
0
 public function init()
 {
     parent::init();
     $this->_model = new Message();
 }