addHeader("Cache-Control", "private"); $this->addHeader("Content-Type", " application/stream"); $this->addHeader("Content-Length", strlen($returnstring)); $this->addHeader("Content-Disposition", "attachment; filename=" . $export_name); $this->returnstring = $returnstring; } public function render() { return $this->returnstring; } }