DataObjects/Group_Rights.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 23 Feb 2012 23:22:40 +0000 (07:22 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 23 Feb 2012 23:22:40 +0000 (07:22 +0800)
DataObjects/Group_Rights.php

index fe680f0..c1748fc 100755 (executable)
@@ -1,6 +1,17 @@
 <?php
 /**
  * Table Definition for Group_Rights
+ *
+ * // what they mean:
+        // A - add
+        // D - delete
+        // E - edit
+        // S - list
+        // P - print / export
+        // I - import
+        // M????
+ *
+ * 
  */
 require_once 'DB/DataObject.php';