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

index f80fae0..05139ec 100644 (file)
@@ -25,6 +25,7 @@ class Pman_Core_DatabaseColumns extends Pman {
     function get($table) {
         $d = DB_DAtaObject::Factory($table);
         $re = $d->autoJoin();
+        echo '<PRE>';print_r($re);
         $ret = array ();
         foreach($re['cols'] as $c=>$f) {
             $ret[]  = array(