Changeset 12834


Ignore:
Timestamp:
2007/05/15 19:43:12 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12781 r12834  
    4141$objCookie = new SC_Cookie(); 
    4242$objFormParam = new SC_FormParam();         // ¥Õ¥©¡¼¥àÍÑ 
    43 lfInitParam();                              // ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 
     43lfInitParam();                              // ¥Ñ¥é¥á¡¼¥¿¾ðÊó¤Î½é´ü²½ 
    4444$objFormParam->setParam($_POST);            // POSTÃͤμèÆÀ 
    45  
    4645 
    4746//-------------------------------------¢§NONMEMBER---------------------------------------------- 
     
    4948 
    5049$CONF = sf_getBasisData();                  // ŹÊÞ´ðËܾðÊó 
    51 $objView = new SC_MobileView(); 
    5250$objDate = new SC_Date(START_BIRTH_YEAR, date("Y",strtotime("now"))); 
    5351$objPage->arrPref = $arrPref; 
     
    8381    $objFormParam->toLower('order_mail'); 
    8482    $objFormParam->toLower('order_mail_check'); 
    85      
    8683    $objPage->arrErr = lfCheckError(); 
    87  
    8884    // ÆþÎÏ¥¨¥é¡¼¤Ê¤· 
    8985    if(count($objPage->arrErr) == 0) { 
     
    135131$objPage->arrDay = $objDate->getDay(); 
    136132 
    137  
    138  
    139133// ÆþÎÏÃͤμèÆÀ 
    140134$objPage->arrForm = $objFormParam->getFormParamList(); 
    141135 
     136//objPage¤Î¾ðÊó¤òobjView¤Ë³ÊǼ 
    142137$objView->assignobj($objPage); 
    143138$objView->display(SITE_FRAME); 
     
    328323        } 
    329324    } 
    330  
    331325    return $objPage; 
    332326} 
    333327 
    334  
     328//¥Ç¡¼¥¿¤ÎÅÐÏ¿¤ò¹Ô¤¦ 
    335329function lfRegistData($uniqid) { 
    336330    global $objFormParam; 
     
    358352} 
    359353 
     354//ÆþÎϤµ¤ì¤¿¾ðÊó¤ò¥Ç¡¼¥¿¥Ù¡¼¥¹dtb_order_temp¤Ë³ÊǼ¤¹¤ë 
    360355function lfRegistDataTemp($uniqid,$array) { 
    361356    global $objFormParam; 
Note: See TracChangeset for help on using the changeset viewer.