DatabaseColumns.php
authorAlan Knowles <alan@roojs.com>
Thu, 22 May 2014 07:38:45 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 22 May 2014 07:38:45 +0000 (15:38 +0800)
DatabaseColumns.php

index 3810c1d..e731dc4 100644 (file)
@@ -19,4 +19,13 @@ class Pman_Core_DatabaseColumns extends Pman {
         $this->authUser = $au;
         return true;
     }
+    
+    function get($table) {
+        $d = DB_DAtaObject::Factory($table);
+        $re = $d->autoJoin();
+        print_r($re);
+        exit;
+        
+        
+    }
 }
\ No newline at end of file