コード例 #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->schemaPath = ProfileHelper::getPath();
     $this->backupPath = ProfileHelper::getTmpPath() . '/backups';
     $this->createDatabase();
 }