Tuesday, January 27, 2009

Re: Help w/ DebugKit - no toolbar

That's strange, debug kit should add its own CSS into the <head> of
the document. And it should be capturing the sql log as well. Not
sure why this is happening. I haven't been able to get that to occur
for me, so I don't really know what is wrong.

-Mark

On Jan 26, 9:04 pm, Ben <benjamin.d....@gmail.com> wrote:
> I've found if I explicitly include the debug_toolbar CSS to views/
> layouts/default.ctp, and make a symlink from webroot/css/
> debug_toolbar.css to
> ../../plugins/debug_kit/vendors/css/debug_toolbar.css, the toolbar is
> rendered as a toolbar at the top of the page. i.e.
>
> <html>
> <head>
>     <title>My App</title>
>     <?=$html->css('cake.generic');?>
>     <?=$html->css('debug_toolbar');?>
> </head>
> ...
>
> Are those two steps as expected?
>
> Now on to getting FireCake working :-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: