]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - classes/Related_group.php
Merge branch '0.8.x' into userdesign
[quix0rs-gnu-social.git] / classes / Related_group.php
1 <?php
2 /**
3  * Table Definition for related_group
4  */
5
6 class Related_group extends Memcached_DataObject
7 {
8     ###START_AUTOCODE
9     /* the code below is auto generated do not remove the above tag */
10
11     public $__table = 'related_group';                   // table name
12     public $group_id;                        // int(4)  primary_key not_null
13     public $related_group_id;                // int(4)  primary_key not_null
14     public $created;                         // datetime()   not_null
15
16     /* Static get */
17     function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Related_group',$k,$v); }
18
19     /* the code above is auto generated do not remove the tag below */
20     ###END_AUTOCODE
21 }