From: "Kiffin Gish" <[email protected]>
Thanks. You're right about the timezone thing, I was confused with
javascript and now realize that the tz is not passed via HTTP headers.
Could save it in a cookie.
Is $c->user->get(x) the same as $c->user->x ?
mvg
Kiffin
Yes it is the same thing if the authentication is made using DBIC, but the
prefered way is to use the get() method, because you might want to change
the authentication to LDAP or something else later, and in that case the
get() method could return the same thing, but there may be no x() method
offered by the new authentication.
Octavian
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/