ExcelToJson.php
authorEdward <edward@roojs.com>
Mon, 18 Mar 2013 04:17:35 +0000 (12:17 +0800)
committerEdward <edward@roojs.com>
Mon, 18 Mar 2013 04:17:35 +0000 (12:17 +0800)
ExcelToJson.php

index 2bbe5a6..75129e6 100644 (file)
@@ -103,7 +103,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo
             }
             
             $itemsite->invhist_transfer_item_qty = $r['QUANTITY'];
-            
+            print_r($itemsite);exit;
             $ret[] = $itemsite->toArray();
         }