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

index 1339864..ef44478 100644 (file)
@@ -93,7 +93,11 @@ class Pman_Core_ExcelToJson extends Pman_Roo
         
         fclose($fh);
         
-        
+        foreach ($rows['TRANSFER ITEMS'] as $r){
+            $itemsite = DB_DataObject::factory('itemsite');
+            $itemsite->autoJoin();
+            print_r($itemsite);exit;
+        }