Kontroller projects
Akcja view() {
if($this->request->getParam("_ext") == 'pdf') { $date = date('Ymd'); $filename = $date . '-Oferta-' . $offer->name . '.pdf'; // 20260618-Oferta-ABC/123.pdf $this->response = $this->response->withHeader( 'Content-Disposition', 'inline; filename="' . $filename . '"' ); }