[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/inc/ -> class.accounts_sql.inc.php (sommaire)

(pas de description)

Poids: 476 lignes (17 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

accounts_:: (13 méthodes):
  accounts_()
  list_methods()
  read_repository()
  save_repository()
  delete()
  get_list()
  name2id()
  id2name()
  exists()
  create()
  auto_add()
  get_account_name()
  update_lastlogin()


Classe: accounts_  - X-Ref

Class for handling user and group accounts in SQL

accounts_()   X-Ref
Pas de description

list_methods($_type='xmlrpc')   X-Ref
Pas de description

read_repository()   X-Ref
grabs the records from the data store


save_repository()   X-Ref
saves the records to the data store


delete($accountid = '')   X-Ref
Pas de description

get_list($_type='both',$start = '',$sort = '', $order = '', $query = '', $offset = '',$query_type='')   X-Ref
Pas de description

name2id($name,$which='account_lid')   X-Ref
converts a name / unique value from the accounts-table (account_lid,account_email) to an id


id2name($account_id,$which='account_lid')   X-Ref
converts an id to the corresponding value of the accounts-table (account_lid,account_email,account_firstname,...)


exists($account_lid)   X-Ref
Pas de description

create($account_info)   X-Ref
Pas de description

auto_add($accountname, $passwd, $default_prefs = False, $default_acls = False, $expiredate = 0, $account_status = 'A')   X-Ref
Pas de description

get_account_name($accountid,&$lid,&$fname,&$lname)   X-Ref
Pas de description

update_lastlogin($account_id, $ip)   X-Ref
Update the last login timestamps and the IP

param: int $account_id
param: string $ip
return: int lastlogin time



Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7