Changeset 12834
- Timestamp:
- 2007/05/15 19:43:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/nonmember/index.php
r12781 r12834 41 41 $objCookie = new SC_Cookie(); 42 42 $objFormParam = new SC_FormParam(); // ¥Õ¥©¡¼¥àÍÑ 43 lfInitParam(); 43 lfInitParam(); // ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 44 44 $objFormParam->setParam($_POST); // POSTÃͤμèÆÀ 45 46 45 47 46 //-------------------------------------¢§NONMEMBER---------------------------------------------- … … 49 48 50 49 $CONF = sf_getBasisData(); // ŹÊÞ´ðËܾðÊó 51 $objView = new SC_MobileView();52 50 $objDate = new SC_Date(START_BIRTH_YEAR, date("Y",strtotime("now"))); 53 51 $objPage->arrPref = $arrPref; … … 83 81 $objFormParam->toLower('order_mail'); 84 82 $objFormParam->toLower('order_mail_check'); 85 86 83 $objPage->arrErr = lfCheckError(); 87 88 84 // ÆþÎÏ¥¨¥é¡¼¤Ê¤· 89 85 if(count($objPage->arrErr) == 0) { … … 135 131 $objPage->arrDay = $objDate->getDay(); 136 132 137 138 139 133 // ÆþÎÏÃͤμèÆÀ 140 134 $objPage->arrForm = $objFormParam->getFormParamList(); 141 135 136 //objPage¤Î¾ðÊó¤òobjView¤Ë³ÊǼ 142 137 $objView->assignobj($objPage); 143 138 $objView->display(SITE_FRAME); … … 328 323 } 329 324 } 330 331 325 return $objPage; 332 326 } 333 327 334 328 //¥Ç¡¼¥¿¤ÎÅÐÏ¿¤ò¹Ô¤¦ 335 329 function lfRegistData($uniqid) { 336 330 global $objFormParam; … … 358 352 } 359 353 354 //ÆþÎϤµ¤ì¤¿¾ðÊó¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_order_temp¤Ë³ÊǼ¤¹¤ë 360 355 function lfRegistDataTemp($uniqid,$array) { 361 356 global $objFormParam;
Note: See TracChangeset
for help on using the changeset viewer.