示例#1
0
 public function execute($dataContainer)
 {
     parent::entryPoint($dataContainer);
     $content = $this->csvParse();
     $this->csvDataCheck($content);
     $this->dataToDisplayCreate($content);
     $this->displayTpl('review.tpl');
 }
示例#2
0
 public function execute($dataContainer)
 {
     parent::entryPoint($dataContainer);
     $this->importData();
     // $query = $this->queryGenerate();
     // $this->queryExecute($query);
     $this->_interface->backlink('administrator|Kuwasys|Classes');
     $this->_interface->dieSuccess(_g('The Classes were successfully imported.'));
 }
示例#3
0
 public function execute($dataContainer)
 {
     parent::entryPoint($dataContainer);
     $this->displayTpl('fileUploadForm.tpl');
 }