init
[Pman.Core] / DataObjects / Proftp_groups.php
1 <?php
2 /**
3  * Table Definition for proftp_groups
4  * 
5  * -- this is needed for proftp integratin, but it's not used.. AFAIK
6  */
7 require_once 'DB/DataObject.php';
8
9 class Pman_Core_DataObjects_Proftp_groups extends DB_DataObject 
10 {
11     ###START_AUTOCODE
12     /* the code below is auto generated do not remove the above tag */
13
14     public $__table = 'proftp_groups';                   // table name
15     public $id;                              // int(11)  not_null primary_key auto_increment
16     public $grpid;                           // int(11)  not_null multiple_key
17     public $grpname;                         // string(32)  not_null
18     public $grpmembers;                      // blob(65535)  blob
19
20     
21     /* the code above is auto generated do not remove the tag below */
22     ###END_AUTOCODE
23 }