Add basic application in order to perform the tasks
This commit is contained in:
父節點
46d993d168
當前提交
8d5109d7de
共有 9 個文件被更改,包括 295 次插入 和 5 次删除
|
@ -28,7 +28,7 @@ class BookExport
|
|||
{
|
||||
switch ($inExportType) {
|
||||
case self::eExportTypeCsv:
|
||||
$this->mExport = new CsvExport($inFileName);
|
||||
$this->mExport = new CsvExport($inFileName, $inCreate);
|
||||
break;
|
||||
default:
|
||||
$error = sprintf('Incorrect export type: %d', $inExportType);
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue