User objects quick guide

From Dreamwidth Notes
Revision as of 03:50, 17 May 2009 by Foxfirefey (Talk | contribs)

Jump to: navigation, search

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

$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