Use CSS. The SQL log is displayed in table.cake-sql-log and debug
messages in pre.cake-debug. For debug == 3 the output comes in
div.cakeControllerDump. Use those selectors to create some CSS rules
to display these however you'd like (thinking, "position: absolute;
z-index: 10;" for a start).

I think there's somewhere you can modify how Cake outputs the
cake-debug (tags.ini?) so you could have it wrapped in a div, for
instance.

One thing I've never been able to figure out is that Cake consistently
places the SQL log after the closing HTML tag, even though my layout
has <?= $cakeDebug ?> inside of my footer. I'd love to know why. This
is a strange feature.

On Sat, Apr 5, 2008 at 8:02 AM, oleonav <[EMAIL PROTECTED]> wrote:
>
>  Hello everyone,
>
>  I'm looking for a simple solution or plugin that collects all debug
>  messages in for example a hovering div or external window without
>  messing up layouts etc...
>
>  Anyone something like this floating around?
>
>  Thanks!
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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