DataObjects/Core_event_audit.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 19 Dec 2011 04:53:16 +0000 (12:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 19 Dec 2011 04:53:16 +0000 (12:53 +0800)
DataObjects/Core_event_audit.php

index 459538c..b795010 100644 (file)
@@ -64,6 +64,9 @@ class Pman_Core_DataObjects_Core_event_audit extends DB_DataObject
         //DB_DataObject::debugLevel(1);
         $x = DB_DataObject::factory('core_event_audit');
         $x->autoJoin();
         //DB_DataObject::debugLevel(1);
         $x = DB_DataObject::factory('core_event_audit');
         $x->autoJoin();
+        
+        print_r($x->links());
+        
         $x->selectAdd();
         $x->selectAdd('core_event_audit.id as id');
 
         $x->selectAdd();
         $x->selectAdd('core_event_audit.id as id');