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/data/include/csv_output.inc

    r12157 r15078  
    1414 
    1515$arrSubnaviName = array( 
    16     1 => '¾¦ÉÊ´ÉÍý', 
    17     2 => '¸ÜµÒ´ÉÍý', 
    18     3 => '¼õÃí´ÉÍý', 
    19     4 => '¥­¥ã¥ó¥Ú¡¼¥ó' 
     16    1 => '商品管理', 
     17    2 => '顧客管理', 
     18    3 => '受注管理', 
     19    4 => 'キャンペーン' 
    2020); 
    2121 
    2222/************************************************************************************************************** 
    23  * ´Ø¿ô̾   ¡§sfgetCsvOutput 
    24  * ½èÍýÆâÍÆ ¡§CSV½ÐÎϹàÌܤò¼èÆÀ¤¹¤ë 
    25  * °ú¿ô     ¡§¤Ê¤· 
    26  * Ìá¤êÃÍ   ¡§CSV½ÐÎϹàÌÜ 
     23 * 関数名  :sfgetCsvOutput 
     24 * 処理内容 :CSV出力項目を取得する 
     25 * 引数       :なし 
     26 * 戻り値  :CSV出力項目 
    2727 **************************************************************************************************************/ 
    2828function sfgetCsvOutput($csv_id = "", $where = "", $arrVal = array()){ 
Note: See TracChangeset for help on using the changeset viewer.