Пример #1
0
 public function view_batchCountriesSmallImport()
 {
     $data = CountriesSmallAct::actBatchCountriesSmallImport();
     $this->smarty->assign('title', '小语种国家批量导入');
     $this->smarty->assign('errMsg', $data['res']);
     $this->smarty->display('countriesSmallImport.htm');
 }