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 PROTECTED]> wrote:
>
>
> 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 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 onhttps://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's how I fixed it:
> >
> > > > Opened this file: cake\libs\view\templates\elements\dump.ctp
> >
> > > > changed:
> > > > <?php print_r($this->controller); ?>
> >
> > > > to
> >
> > > > <?php print_r($this); ?>
> >
> > > > Opened this file: cake\libs\view\view.php
> >
> > > > changed:
> > > > if (Configure::read() > 2 && $this->controller != null) {
> >
> > > > to
> >
> > > > if (Configure::read() > 2 && $this != null) {
> >
> > > > I guess from cake 1.2 we no longer populate $this->controller?
> >
> > > > Could one of the developers confirm this so that (if it's correct)
> we
> > > > can get it into the next version?
> >
> > > > Thanks:
> > > > --
> > > > Baz L
> > > > Web Development 2.0: Web Design, CakePHP,
> > > Javascripthttp://www.WebDevelopment2.com/
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 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