coming from symfony you learn to be real comfortable with your debug toolbar and all it’s nifty secrets. Cake on the other hand seems to want to clutter the screen and break ajax layouts. So I whipped up a nifty solution which expands on snook’s styles idea and mixes in some jquery to avoid the pesky popup when using firebug.
the solution is not without it’s drawbacks. you have to add a div wrapper to some arcane cakephp dbo file (which generates the log output) so you can get a handle on it. but the advantage to patching that file is that you can now interact with the info in a tidy div (which makes snooks solution work in IE, rather than the blob in the middle of the page).
I will post some code for you folks later, and some instructions.
1 year ago