Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/mobile/mypage/order.php

    r12157 r15078  
    77 *  
    88 * 
    9  * ÍúÎò¤«¤éÃíʸ¤ò¼èÆÀ¡¦ÅÐÏ¿¤·¡¢¥«¡¼¥È¤ËÁ«°Ü¤¹¤ë¡£ 
     9 * 履歴から注文を取得・登録し、カートに遷移する。 
    1010 */ 
    1111require_once("../require.php"); 
     
    1414$objCartSess = new SC_CartSession(); 
    1515 
    16 //¼õÃí¾ÜºÙ¥Ç¡¼¥¿¤Î¼èÆÀ 
     16//受注詳細データの取得 
    1717$arrDisp = lfGetOrderDetail($_POST['order_id']); 
    1818 
    19 //¥í¥°¥¤¥ó¤·¤Æ¤¤¤Ê¤¤¡¢¤Þ¤¿¤ÏDB¤Ë¾ðÊó¤¬Ìµ¤¤¾ì¹ç 
     19//ログインしていない、またはDBに情報が無い場合 
    2020if (!$objCustomer->isLoginSuccess() or count($arrDisp) == 0){ 
    2121    sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
     
    3535 
    3636//----------------------------------------------------------------------------------------------------------------------------------- 
    37 // ¼õÃí¾ÜºÙ¥Ç¡¼¥¿¤Î¼èÆÀ 
     37// 受注詳細データの取得 
    3838function lfGetOrderDetail($order_id) { 
    3939    $objQuery = new SC_Query(); 
Note: See TracChangeset for help on using the changeset viewer.