Esempio n. 1
0
 protected function input()
 {
     parent::input();
     $this->photo = $this->model->getIndexPhoto();
     $this->text = $this->model->getIndexText();
     $this->phototext = array_combine($this->photo, $this->text);
 }