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/class/SC_Date.php

    r12157 r15078  
    66 */ 
    77 
    8 /*¡¡Æü»þɽ¼¨ÍÑ¥¯¥é¥¹ */ 
     8/* 日時表示用クラス */ 
    99class SC_Date { 
    1010    var $start_year; 
     
    1313    var $end_year; 
    1414     
    15     // ¥³¥ó¥¹¥È¥é¥¯¥¿ 
     15    // コンストラクタ 
    1616    function SC_Date($start_year='', $end_year='') { 
    1717        if ( $start_year )  $this->setStartYear($start_year);    
Note: See TracChangeset for help on using the changeset viewer.