Title: Message
This appears to change on a regular basis.  Does anybody know whether $c->user->user or $c->user->obj is the correct way to access this object?  Its changed over several upgrades and broken code in the process.  The Auth version I have installed currently is $c->user->obj.
 
-Dylan
-----Original Message-----
From: Guillermo Roditi [mailto:[EMAIL PROTECTED]
Sent: Friday, July 14, 2006 5:43 PM
To: The elegant MVC web framework
Subject: Re: [Catalyst] Is users table primary key available in $c->user?

this should also work...
$c->user->obj->id

$user_row_obj = $c->user->obj

On 7/14/06, Dennis Daupert < [EMAIL PROTECTED]> wrote:

Dennis Daupert < [EMAIL PROTECTED]> wrote:
I want to update my join table 'user_quotes' using the logged-in user's id.
I found it!

my $user_id = $c->user->user->id;

Weird, since my users table is named 'users' and not user. But I can't argue with what works.

/dennis



_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/



_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to