Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update docs for file().
Mention that relative paths will be prepended with APP.

Refs #3370
  • Loading branch information
markstory committed Apr 24, 2014
1 parent a3ad1c8 commit 2333c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Cake/Network/CakeResponse.php
Expand Up @@ -1247,7 +1247,8 @@ public function cookie($options = null) {
* - name: Alternate download name
* - download: If `true` sets download header and forces file to be downloaded rather than displayed in browser
*
* @param string $path Path to file
* @param string $path Path to file. If the path is not an absolute path that resolves
* to a file, `APP` will be prepended to the path.
* @param array $options Options See above.
* @return void
* @throws NotFoundException
Expand Down

0 comments on commit 2333c3d

Please sign in to comment.