Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. $this->response->file($path, array(
  2.     'download' => true,
  3.     'name'     => $filename
  4. ));
  5. return $this->response;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement