Skip to content

Commit

Permalink
Correct App::build() example path
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Feb 22, 2012
1 parent d0edd7a commit 81c3b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-utility-libraries/app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Adding paths for App to find packages in
//becomes
App::build(array('Controller' => array('/full/path/to/Controller')))

App::build(array('helpers' => array('/full/path/to/controllers')))
App::build(array('helpers' => array('/full/path/to/views/helpers')))
//becomes
App::build(array('View/Helper' => array('/full/path/to/View/Helper')))

Expand Down

0 comments on commit 81c3b3b

Please sign in to comment.