Class icms_member_user_Handler
User handler class. This class is responsible for providing data access mechanisms to the data source of user class objects.
- icms_core_ObjectHandler
- icms_member_user_Handler
Package: Member\User
Category: ICMS
Copyright: Copyright (c) 2000 XOOPS.org
License: LICENSE.txt
Author: Kazumi Ono onokazu@xoops.org
Located at member/user/Handler.php
Category: ICMS
Copyright: Copyright (c) 2000 XOOPS.org
License: LICENSE.txt
Author: Kazumi Ono onokazu@xoops.org
Located at member/user/Handler.php
protected
|
|
public
&
|
|
public
mixed
&
|
|
public
boolean
|
|
public
boolean
|
|
public
array
|
#
getObjects( object $criteria = NULL, boolean $id_as_key = FALSE )
retrieve users from the database |
public
integer
|
|
public
boolean
|
|
public
boolean
|
|
public
string
|
#
userCheck( string $login_name, string $uname, string $email, string $pass, string $vpass, integer $uid = 0 )
Validates username, email address and password entries during registration Username is validated for uniqueness and length password is validated for length and strictness email is validated as a proper email address pattern |
public static
|
#
getUserLink( integer $uid, boolean $name = FALSE, array $users = array(), boolean $withContact = FALSE, boolean $isAuthor = FALSE )
Return a linked username or full name for a specific $userid |
public static
|
__construct()
|
$db
|