Tuesday, March 6, 2012

Re: $this->Auth->user()

If you want user.id then call it as $this->Auth->user('id'); it ll return user.id

On Tuesday, 6 March 2012 06:54:50 UTC+5:30, dariob wrote:
Hi,
why $this->Auth->user() return me only username and password and no user.id ???

debug($this->Auth->user());

array( 'User' => array( 'User' => array( 'password' => '*****', 'username' => 'pollo' ) ) )


Where is the user.id???
Maybe it's too late to cook @2.23AM

love 2.1

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: