DataObjects/Core_events_archive.php
[Pman.Core] / DataObjects / Core_events_archive.php
1 <?php
2 /**
3  * Table Definition for core_events_archive
4  */
5 require_once 'Events.php';
6
7 class Pman_Core_DataObjects_Core_events_archive extends Pman_Core_DataObjects_Events
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'core_events_archive';    // table name
13     
14     
15    
16     
17     
18 }