Add basic application in order to perform the tasks

This commit is contained in:
Didier Corbière 2013-09-25 02:03:52 +01:00
parent 46d993d168
commit 8d5109d7de
9 changed files with 295 additions and 5 deletions

View file

@ -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);