ERM.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 Oct 2011 07:47:57 +0000 (15:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 Oct 2011 07:47:57 +0000 (15:47 +0800)
ERM.php

diff --git a/ERM.php b/ERM.php
index f4615e1..9e1d78d 100644 (file)
--- a/ERM.php
+++ b/ERM.php
@@ -128,7 +128,7 @@ class Pman_Builder_ERM extends Pman
             }
             
             $defs =  $dd->getDatabaseConnection()->tableInfo($do->tableName());
-            print_r($defs);
+            echo '<PRE>';print_r($defs);
             
         }