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

index 0ad20ae..ea38b61 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);
         exit;