From 171f9d2100938d19540a4474b70ce1c5acc3149e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 May 2014 15:41:32 +0800 Subject: [PATCH] DatabaseColumns.php --- DatabaseColumns.php | 1 + 1 file changed, 1 insertion(+) diff --git a/DatabaseColumns.php b/DatabaseColumns.php index f80fae02..05139ec9 100644 --- a/DatabaseColumns.php +++ b/DatabaseColumns.php @@ -25,6 +25,7 @@ class Pman_Core_DatabaseColumns extends Pman { function get($table) { $d = DB_DAtaObject::Factory($table); $re = $d->autoJoin(); + echo '
';print_r($re);
         $ret = array ();
         foreach($re['cols'] as $c=>$f) {
             $ret[]  = array(
-- 
2.39.2