RunOneSelect( queryBuilder: SQLQueryBuilderWrapper::SELECT_ONE( table: 'Tunes', id: $targetTuneID ) ->cols(cols: [ 'T.*', ]) ); $temp = new \App\Dataclasses\ABCWrapper($result); /* header(header: "Content-type: text/text"); echo($temp->Build()); die(); */ /* $filePath = "$tuneDir/$targetTuneID/primary.abc"; $temp = file_get_contents(filename: $filePath); */ header(header: "Content-type: text/xml"); echo $temp->Build(); die();