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