DatabaseColumns.php
[Pman.Core] / 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