public function execute($dataContainer) { parent::entryPoint($dataContainer); $content = $this->csvParse(); $this->csvDataCheck($content); $this->dataToDisplayCreate($content); $this->displayTpl('review.tpl'); }
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.')); }
public function execute($dataContainer) { parent::entryPoint($dataContainer); $this->displayTpl('fileUploadForm.tpl'); }