Changeset 12657


Ignore:
Timestamp:
2007/05/13 15:06:14 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/shopping/index.php

    r12655 r12657  
    371371            $objFormParam->setParam($_POST); 
    372372             
     373            $arrRet = $objFormParam->getHashArray(); 
     374            print_r($arrRet); 
     375            $sqlval = $objFormParam->getDbArray(); 
     376             
    373377            // ÆþÎÏÃͤμèÆÀ 
    374378            $objPage->arrForm = $objFormParam->getFormParamList(); 
     
    380384//                $cnt++; 
    381385//            } 
    382             
    383             $objQuery = new SC_Query(); 
    384             $where = "order_temp_id = ?"; 
    385             $arrRet = $objQuery->select("*", "dtb_order_temp", $where, array($uniqid)); 
    386             $objFormParam->setParam($arrRet[0]); 
     386          
    387387             
    388388           $objPage->arrAddr[0]['zip01'] = $objPage->zip01; 
Note: See TracChangeset for help on using the changeset viewer.