Re: does $cakeDebug work?

2007-09-03 Thread Baz
I don't know why I didn't miss it for a while, but having to $this->log($this) every call to a controller when I was a bit unsure of what was happening got old rather fast. -- Baz L Web Development 2.0: Web Design, CakePHP, Javascript http://www.WebDevelopment2.com/ On 9/3/07, rtconner <[EMAIL PRO

Re: does $cakeDebug work?

2007-09-03 Thread rtconner
no cakeDebug does not really work. I forget what but if I remember right, the devs have some sort of plans to change it around or something. So I don't think they've bothered to fix it because they're just going to change it later. On Sep 2, 5:35 pm, Baz <[EMAIL PROTECTED]> wrote: > I kinda wante

Re: does $cakeDebug work?

2007-09-02 Thread Baz
I kinda wanted someone to check it out first, but that's cool. There was already a ticket (closed) so I reopened with my comments. On 9/2/07, Grant Cox <[EMAIL PROTECTED]> wrote: > > > If you find a potential bug, post a ticket on https://trac.cakephp.org > > > On Sep 2, 1:26 am, Baz L <[EMAIL PR

Re: does $cakeDebug work?

2007-09-02 Thread Grant Cox
If you find a potential bug, post a ticket on https://trac.cakephp.org On Sep 2, 1:26 am, Baz L <[EMAIL PROTECTED]> wrote: > Since this has been ignored for a while, I guess a lot of people don't > really care for it much, but I do. I noticed that when I went to cake > 1.2 it just died. > > Here

does $cakeDebug work?

2007-09-01 Thread Baz L
Since this has been ignored for a while, I guess a lot of people don't really care for it much, but I do. I noticed that when I went to cake 1.2 it just died. Here's how I fixed it: Opened this file: cake\libs\view\templates\elements\dump.ctp changed: controller); ?> to Opened this file:

Re: does $cakeDebug work?

2007-06-14 Thread rtconner
I eventually found out, no cakeDebug does not work. I don't know the details.. but they are eventually going to replace it with some sort of Debug Class or something along that lines. Whatever it is, it should be pretty sweet. --~--~-~--~~~---~--~~ You received th

Re: does $cakeDebug work?

2007-06-14 Thread darcy
On May 22, 11:48 am, "John David Anderson (_psychic_)" <[EMAIL PROTECTED]> wrote: > > Please don't bump requests without supplying additional information. > Most likely the issue has been ignored is because the question is too > broad, or not enough details have been supplied. > > -- John Sorry

Re: does $cakeDebug work?

2007-05-22 Thread John David Anderson (_psychic_)
On May 22, 2007, at 9:53 AM, rtconner wrote: > > Bumping up in hopes for a response, well at least a helpful response. Please don't bump requests without supplying additional information. Most likely the issue has been ignored is because the question is too broad, or not enough details have

Re: does $cakeDebug work?

2007-05-22 Thread rtconner
Bumping up in hopes for a response, well at least a helpful response. --~--~-~--~~~---~--~~ 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 f

does $cakeDebug work?

2007-05-21 Thread rtconner
(on Cake 1.2) No Matter what I do $cakeDebug is always empty. I tried to follow through the code, it seems if DEBUG is > 2 $cakeDebug get set with .. something (I'm not sure what). I tried many different things, no matter what I did that variable is always empty. Anyone have any helps to offer. I