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