Re: [Phpslash-devel] Dumb auth question
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-04-02 22:24:49
|
On Wed, Apr 02, 2003 at 02:24:01PM -0800, nathan r. hruby wrote: > > > > getName, getRealName and getAuthor > > > > Do we want to say that these are reccommended methods of getting this > data, and just ignore $auth? altogether or is it still preferred to just > get what you need from $auth->{name,dname,emailfoo} > Not yet. We use the author methods to load the $auth->{name,dname,emailfoo}. We currently don't have a method to call that gets the auth->{name,dname,emailfoo} data, making the query involved and setting the session variables if needed. gotta go |