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