Class vo_user

Description

value object for table user

Located in /lib/vo_user.class.php (line 32)

vo
   |
   --vo_user
Direct descendents
Class Description
 class dao_user data access object for table user
Variable Summary
 mediumtext(None) $comment
 varchar(50) $email
 varchar(255) $fullname
 int(11) $id
 tinyint(1) $is_admin
 varchar(10) $login
 varchar(32) $password
Method Summary
 void get_primary_key ()
 void store ()
Variables
mediumtext(None) $comment = '' (line 73)
  • access: public
varchar(50) $email = '' (line 67)
  • access: public
varchar(255) $fullname = '' (line 61)
  • access: public
int(11) $id = 0 (line 37)
  • access: public
tinyint(1) $is_admin = 0 (line 55)
  • access: public
varchar(10) $login = '' (line 43)
  • access: public
varchar(32) $password = '' (line 49)
  • access: public
Methods
get_primary_key (line 114)

returns the primary key value for this record

  • access: public
void get_primary_key ()
store (line 83)

returns SQL INSERT/UPDATE statement for this record

ATTENTION: this method can not write the password field. Use sql_update_password() for that.

  • access: public
void store ()

Inherited Methods

Inherited From vo

 vo::__construct()

Documentation generated on Sun, 22 Aug 2010 11:20:30 +0200 by phpDocumentor 1.4.3