DataObjects/Core_notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Jul 2012 07:44:04 +0000 (15:44 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Jul 2012 07:44:04 +0000 (15:44 +0800)
DataObjects/Core_notify.php

index 0c1b697..bd741be 100644 (file)
@@ -119,4 +119,28 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         }
         
     }
+    
+    function applyFilters($q, $au, $roo)
+    {
+        if (isset($q['ontable'])) {
+            // then we can build a join..
+            $d = DB_DataObject::Factory($q['ontable']);
+            $d->autoJoin();
+            print_R($d);
+            exit;
+            
+            
+            
+            
+            
+            
+        }
+        
+        
+        
+        
+        
+        
+    }
+    
 }