$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: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
