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/frontparts/bloc/best5.php

    r12157 r15078  
    77class LC_Best5Page { 
    88    function LC_Best5Page() { 
    9         /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
    10         $this->tpl_mainpage = 'frontparts/bloc/best5.tpl';  // ¥á¥¤¥ó 
     9        /** 必ず変更する **/ 
     10        $this->tpl_mainpage = 'frontparts/bloc/best5.tpl';  // メイン 
    1111    } 
    1212} 
     
    1616$objSiteInfo = $objView->objSiteInfo; 
    1717 
    18 // ´ðËܾðÊó¤òÅϤ¹ 
     18// 基本情報を渡す 
    1919$objSiteInfo = new SC_SiteInfo(); 
    2020$objSubPage->arrInfo = $objSiteInfo->data; 
    2121 
    22 //¤ª¤¹¤¹¤á¾¦ÉÊɽ¼¨ 
     22//おすすめ商品表示 
    2323$objSubPage->arrBestProducts = lfGetRanking(); 
    2424 
     
    2626$objSubView->display($objSubPage->tpl_mainpage); 
    2727//----------------------------------------------------------------------------------------------------------------------------------- 
    28 //¤ª¤¹¤¹¤á¾¦Éʸ¡º÷ 
     28//おすすめ商品検索 
    2929function lfGetRanking(){ 
    3030    $objQuery = new SC_Query(); 
Note: See TracChangeset for help on using the changeset viewer.