You could just load TidyHelper in the actions you need:

function add() {
$this->helpers[] = "TidyHelper";
..
}

On Jul 13, 12:59 pm, Ernesto <[email protected]> wrote:
> Hello.
>
> i have a controller with some actions:
>
> - index
> - add
> - delete
> - pdfreport
>
> i want to disable the "TidyHelper" in pdfreport action 'cause it will
> break my pdf.
>
> is there any way to do that?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to