【CakePHP2.4】ファイルをダウンロードさせる。

めも。

コントローラーにて。

$this->response->file('/path/to/file');
$this->response->send();