Class vo_comment

Description

value object for table comment

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

vo
   |
   --vo_comment
Direct descendents
Class Description
 class dao_comment data access object for table comment
Variable Summary
 mediumtext(None) $comment
 int(11) $date
 int(10) $id
 int(11) $id_user
 varchar(255) $title
Method Summary
 void get_primary_key ()
 void store ()
Variables
mediumtext(None) $comment = '' (line 61)
  • access: public
int(11) $date = 0 (line 49)
  • access: public
int(10) $id = 0 (line 37)
  • access: public
int(11) $id_user = 0 (line 43)
  • access: public
varchar(255) $title = '' (line 55)
  • access: public
Methods
get_primary_key (line 97)

returns the primary key value for this record

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

returns SQL INSERT/UPDATE statement for this record

  • access: public
void store ()

Inherited Methods

Inherited From vo

 vo::__construct()

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