Tuesday, February 9, 2016

Re: id of the current user

$this->Auth->User() gives the complete array and then you can access any of the index .:)

On Thu, Feb 4, 2016 at 9:23 PM, Vishwadeep Kapoor <vishwadeepkapoor@gmail.com> wrote:
Is there any way to get the value of the current login user in cake php, i have search for this every where at stackoverflow they are using $uid = $this->Auth->user('id'); but my application is giving fatal error to this "user" 
any help??

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at https://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at https://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: