From a0e9ed37217f4b6f408c3019fec72ab9f5fb8c32 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 12 Jun 2014 14:10:50 +0800 Subject: [PATCH] DatabaseColumns.php --- DatabaseColumns.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/DatabaseColumns.php b/DatabaseColumns.php index 4e932160..9e0cb609 100644 --- a/DatabaseColumns.php +++ b/DatabaseColumns.php @@ -32,11 +32,21 @@ class Pman_Core_DatabaseColumns extends Pman { echo '
';print_r($re);
             $cols = $re['cols'] ;
             
+            $d->cols();
+            
+            $schemas = array();
+            
             foreach($re['join_names'] as $c=>$f) {
+                
+                
+                
                 $cols[$c] = $f;
             }
-        }
             
+        }
+        
+        
+        
         foreach($cols as $c=>$f) {
             $ret[]  = array(
                 'name' => $c,
-- 
2.39.2