예제 #1
0
파일: utils.php 프로젝트: saken21/sudachi2
 public static function exportCSV()
 {
     global $params;
     Funcs::exportCSV($params['data']);
 }