DataObjects/Events.php
authorEdward <edward@roojs.com>
Thu, 18 Dec 2014 03:12:43 +0000 (11:12 +0800)
committerEdward <edward@roojs.com>
Thu, 18 Dec 2014 03:12:43 +0000 (11:12 +0800)
DataObjects/Events.php

index 19050cf..0b048a2 100644 (file)
@@ -36,6 +36,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
     function applyFilters($q, $au ,$roo)
     {
         $tn = $this->tableName();
+        print_r($this->keys());exit;
         // if not empty on_table
         if(!empty($q['person_table'])){
             $jt = DB_DataObject::factory($q['person_table']);