RE: Edit only your entry

2009-03-17 Thread Dave Maharaj :: WidePixels.com
Thanks guys. Using what you sent I got it going in the right direction now. Dave _ From: Aivaras [mailto:faifas1...@gmail.com] Sent: March-17-09 9:04 PM To: cake-php@googlegroups.com Subject: Re: Edit only your entry Hey, try this: debug($this->Auth->user()); die; it will

Re: Edit only your entry

2009-03-17 Thread Aivaras
Hey, try this: debug($this->Auth->user()); die; it will print out everything about the current user, so I am pretty sure you will find out how to adjust your application. Cheers, Faifas On Tue, Mar 17, 2009 at 21:42, Dave wrote: > > Can someone point me in the direction on how I would check