예제 #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();
 }