I think you can change the line:
Configure::write('debug', 2);

in core.php to:
Configure::write('debug', 0);

 * CakePHP Debug Level:
 *      0: No error messages, errors, or warnings shown. Flash messages
redirect.
 *      1: Errors and warnings shown, model caches refreshed, flash
messages halted.
 *      2: As in 1, but also with full debug messages and SQL output.
 *      3: As in 2, but also with full controller dump.


On Jan 12, 9:42 am, dimitri <[email protected]> wrote:
> in my app/views/layouts/default.ctp I'm having the following code.
>
> <?=$content_for_layout;?>
>
> But in my browser it's always giving extra information om the queries
> that were done.
> I suppose its info that is generated by the file dbo_source.php.
>
> But how can I disable this info from my view?
--~--~---------~--~----~------------~-------~--~----~
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