DataObjects/Core_watch.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 06:23:07 +0000 (14:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Mar 2011 06:23:07 +0000 (14:23 +0800)
DataObjects/Core_watch.php

index 77ac4e9..a4a827c 100644 (file)
@@ -1,6 +1,16 @@
 <?php
 /**
  * Table Definition for core_watch
+ *
+ * works with 'core_notify'
+ *
+ * any object can call
+ *   $watch->notify($ontable, $onid)
+ *
+ *   in which case it should create a notify event.
+ *
+ *
+ * 
  */
 require_once 'DB/DataObject.php';