Ignore:
Timestamp:
2014/05/29 18:54:58 (10 years ago)
Author:
pineray
Message:

#2560 pageクラスからdtb_reviewテーブルを直接指定している箇所をなくす

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/util/SC_Utils.php

    r23457 r23461  
    265265 
    266266    /* DB用日付文字列取得 */ 
    267     public function sfGetTimestamp($year, $month, $day, $last = false) 
     267    public static function sfGetTimestamp($year, $month, $day, $last = false) 
    268268    { 
    269269        if ($year != '' && $month != '' && $day != '') { 
     
    17251725     * @return integer 1ページあたりの最大表示件数 
    17261726     */ 
    1727     public function sfGetSearchPageMax($search_page_max) 
     1727    public static function sfGetSearchPageMax($search_page_max) 
    17281728    { 
    17291729        if (SC_Utils_Ex::sfIsInt($search_page_max) && $search_page_max > 0) { 
Note: See TracChangeset for help on using the changeset viewer.