Exemple #1
0
 function init()
 {
     parent::init();
     $this->setModel($this->use_model);
     $this->display(array('form' => 'upload'));
 }
Exemple #2
0
 function init()
 {
     parent::init();
     $this->setModel($this->use_model, $this->deref_field);
     $this->display(array('form' => 'xepan/base/Upload'));
 }