DataObjects/Core_watch.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 14 Mar 2011 10:41:20 +0000 (18:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 14 Mar 2011 10:41:20 +0000 (18:41 +0800)
DataObjects/Core_watch.php [new file with mode: 0644]

diff --git a/DataObjects/Core_watch.php b/DataObjects/Core_watch.php
new file mode 100644 (file)
index 0000000..d91a841
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Table Definition for core_watch
+ */
+require_once 'DB/DataObject.php';
+
+class Pman_Core_DataObjects_Core_watch extends DB_DataObject 
+{
+    ###START_AUTOCODE
+    /* the code below is auto generated do not remove the above tag */
+
+    public $__table = 'core_watch';                      // table name
+    public $ontable;                         // string(128)  not_null primary_key
+    public $onid;                            // string(128)  not_null primary_key
+    public $user_id;                         // string(128)  not_null primary_key
+    public $event;                           // string(128)  not_null primary_key
+    public $medium;                          // string(128)  not_null primary_key
+    public $active;                          // int(11)  not_null
+
+    
+    /* the code above is auto generated do not remove the tag below */
+    ###END_AUTOCODE
+}