DatabaseColumns.php
authorAlan Knowles <alan@roojs.com>
Thu, 12 Jun 2014 06:10:50 +0000 (14:10 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 12 Jun 2014 06:10:50 +0000 (14:10 +0800)
DatabaseColumns.php

index 4e93216..9e0cb60 100644 (file)
@@ -32,11 +32,21 @@ class Pman_Core_DatabaseColumns extends Pman {
             echo '<PRE>';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,