Difference between revisions of "User objects quick guide"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) (Created page with 'The user object is one of the main components of the LJ code. Here is a quick tour of some commonly used functions. == Find out what kind of account it is == <source lang="per...') |
Foxfirefey (Talk | contribs) |
||
Line 1: | Line 1: | ||
The user object is one of the main components of the LJ code. Here is a quick tour of some commonly used functions. | The user object is one of the main components of the LJ code. Here is a quick tour of some commonly used functions. | ||
+ | |||
+ | == Get an account == | ||
+ | |||
+ | Most useful function for this: | ||
+ | |||
+ | LJ::load_user_or_identity | ||
+ | |||
+ | This will get the user object for a user OR for an OpenID identity URL. | ||
== Find out what kind of account it is == | == Find out what kind of account it is == |
Revision as of 03:50, 17 May 2009
The user object is one of the main components of the LJ code. Here is a quick tour of some commonly used functions.
Contents
Get an account
Most useful function for this:
LJ::load_user_or_identity
This will get the user object for a user OR for an OpenID identity URL.
Find out what kind of account it is
$u->is_community $u->is_personal $u->is_syndicated $u->is_identity
Managing WTF relationships
Managing watch/trust/friend relationships: see WTF Backend.
Community functions
Getting members:
$u->member_userids