$indikator1,
$indikator2
));
} else {
//Control field
$value = str_replace(array('*', '#'), ' ', $ruas->Value);
$record->appendField(new File_MARC_Control_Field($ruas->Tag, $value));
}
}
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
$type = strtolower($type);
switch ($type) {
case 'marc21':
$output = $record->toRaw();
$filename = 'Record_'.$model->ID.".mrc";
header('Content-Disposition: attachment; filename="' . $filename . '"');
header('Content-Type:text/plain');
echo $output;
} else {
//Control field
$value = str_replace(array('*', '#'), ' ', $ruas->Value);
$record->appendField(new File_MARC_Control_Field($ruas->Tag, $value));
}
}
header("Cache-Control: no-cache, must-revalidate");
header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");
$type = strtolower($type);
switch ($type) {
case 'marc21':
$output = $record->toRaw();
$filename = 'Record_'.$model->ID.".mrc";
'indexer' => $indexer
]);
}
}
public function actionDownload($id,$type)
{
MarcHelpers::Export($id,$type);
}
}
$args = $this->controller->bindActionParams($this, $params);
Yii::trace('Running action: ' . get_class($this->controller) . '::' . $this->actionMethod . '()', __METHOD__);
if (Yii::$app->requestedParams === null) {
Yii::$app->requestedParams = $args;
}
return call_user_func_array([$this->controller, $this->actionMethod], $args);
}
}
}
$result = null;
if ($runAction && $this->beforeAction($action)) {
// run the action
$result = $action->runWithParams($params);
$result = $this->afterAction($action, $result);
// call afterAction on modules
foreach ($modules as $module) {
/* @var $module Module */
$parts = $this->createController($route);
if (is_array($parts)) {
/* @var $controller Controller */
list($controller, $actionID) = $parts;
$oldController = Yii::$app->controller;
Yii::$app->controller = $controller;
$result = $controller->runAction($actionID, $params);
Yii::$app->controller = $oldController;
return $result;
} else {
$id = $this->getUniqueId();
throw new InvalidRouteException('Unable to resolve the request "' . ($id === '' ? $route : $id . '/' . $route) . '".');
$params = $this->catchAll;
unset($params[0]);
}
try {
Yii::trace("Route requested: '$route'", __METHOD__);
$this->requestedRoute = $route;
$result = $this->runAction($route, $params);
if ($result instanceof Response) {
return $result;
} else {
$response = $this->getResponse();
if ($result !== null) {
$response->data = $result;
try {
$this->state = self::STATE_BEFORE_REQUEST;
$this->trigger(self::EVENT_BEFORE_REQUEST);
$this->state = self::STATE_HANDLING_REQUEST;
$response = $this->handleRequest($this->getRequest());
$this->state = self::STATE_AFTER_REQUEST;
$this->trigger(self::EVENT_AFTER_REQUEST);
$this->state = self::STATE_SENDING_RESPONSE;
$response->send();
$application = new yii\web\Application($config); require(__DIR__ . '/config/oaidp-config.php'); //require(__DIR__ . '/config/oaidp-util.php'); $application->run();
$_GET = [
'id' => '5974',
'type' => 'MARCXML',
];
$_SESSION = [
'__flash' => [],
];