ERM.php
authorEdward <edward@roojs.com>
Mon, 10 Mar 2014 08:13:57 +0000 (16:13 +0800)
committerEdward <edward@roojs.com>
Mon, 10 Mar 2014 08:13:57 +0000 (16:13 +0800)
ERM.php

diff --git a/ERM.php b/ERM.php
index 970261b..5e13012 100644 (file)
--- a/ERM.php
+++ b/ERM.php
@@ -153,7 +153,7 @@ class Pman_Builder_ERM extends Pman
             }
             
             $defs =  $dd->getDatabaseConnection()->tableInfo($tn);
-            print_r($defs);exit;
+            print_r($dd);exit;
             $types[$tn] = array();
             foreach($defs as $c) {
                 $types[$tn][$c['name']] = $c['type'];