I want to setup HtmlHelper::link() method so the default options array have escape = false.
How can I achieve this without changing the core class?
OBS: I al
You could copy the original HTMLHelper from cake/libs/view/helpers to app/views/helpers and modify the link() method there.
HTMLHelper
cake/libs/view/helpers
app/views/helpers
link()