Yes.

(CakePHP 1.2) In the beforeFilter() of that controller, put
Configure::write('debug', 1);

(CakePHP 1.1) I don't use it, but I think you can put something in
app/config/bootstrap.php and check the url against a regexp and do the
define() according to the controller.

HTH,

- Dardo Sordi.

2007/12/1, cakeFreak <[EMAIL PROTECTED]>:
>
> Hey guys,
>
> is there a way to turn debugging on for a single controller and not
> application wide?
>
> Or should I use the test suite for this purpose?
>
> Cheers
>
> Dan
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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