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/change_complete.php

    r12157 r15078  
    77 *  
    88 * 
    9  * Êѹ¹´°Î» 
     9 * 変更完了 
    1010 */ 
    1111require_once("../require.php"); 
     
    1414    function LC_Page(){ 
    1515        $this->tpl_mainpage = 'mypage/change_complete.tpl'; 
    16         $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(´°Î»¥Ú¡¼¥¸)'; 
     16        $this->tpl_title = 'MYページ/会員登録内容変更(完了ページ)'; 
    1717    } 
    1818} 
     
    2222$objCustomer = new SC_Customer(); 
    2323 
    24 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 
     24// レイアウトデザインを取得 
    2525$objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 
    2626 
    27 //¥»¥Ã¥·¥ç¥ó¾ðÊó¤òºÇ¿·¤Î¾õÂ֤˹¹¿·¤¹¤ë 
     27//セッション情報を最新の状態に更新する 
    2828$objCustomer->updateSession(); 
    2929 
    30 //¥í¥°¥¤¥óȽÄê 
     30//ログイン判定 
    3131if (!$objCustomer->isLoginSuccess(true)){ 
    3232    sfDispSiteError(CUSTOMER_ERROR, "", false, "", true); 
    3333}else { 
    34     //¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóɽ¼¨ÍÑ 
     34    //マイページトップ顧客情報表示用 
    3535    $objPage->CustomerName1 = $objCustomer->getvalue('name01'); 
    3636    $objPage->CustomerName2 = $objCustomer->getvalue('name02'); 
Note: See TracChangeset for help on using the changeset viewer.