Ignore:
Timestamp:
2012/02/06 11:05:15 (14 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage.php

    r21420 r21441  
    5050        parent::init(); 
    5151        $this->tpl_mypageno = 'index'; 
    52         if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE){ 
     52        if (SC_Display_Ex::detectDevice() === DEVICE_TYPE_MOBILE) { 
    5353            $this->tpl_subtitle = 'MYページ'; 
    5454        } else { 
     
    8888        $this->arrOrder = $this->lfGetOrderHistory($customer_id, $this->objNavi->start_row); 
    8989 
    90         switch($this->getMode()){ 
     90        switch ($this->getMode()) { 
    9191    case "getList": 
    9292                    echo SC_Utils_Ex::jsonEncode($this->arrOrder); 
Note: See TracChangeset for help on using the changeset viewer.