ExcelToJson.php
authorEdward <edward@roojs.com>
Mon, 18 Mar 2013 03:31:20 +0000 (11:31 +0800)
committerEdward <edward@roojs.com>
Mon, 18 Mar 2013 03:31:20 +0000 (11:31 +0800)
ExcelToJson.php

index 9724807..6266060 100644 (file)
@@ -97,6 +97,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo
             $itemsite = DB_DataObject::factory('itemsite');
             $itemsite->autoJoin();
             $itemsite->get('item_number', $r['ITEM CODE']);
+            print_r($itemsite);exit;
         }