Ignore:
Timestamp:
2012/03/06 22:37:30 (12 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r21594 r21596  
    9898        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    9999        $objPlugin->doAction('lc_page_products_list_action_start', array($this)); 
    100          
     100 
    101101        $objProduct = new SC_Product_Ex(); 
    102102 
     
    143143                $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    144144                $objPlugin->doAction('lc_page_products_list_action_json', array($this)); 
    145                  
     145 
    146146                echo SC_Utils_Ex::jsonEncode($this->arrProducts); 
    147147                exit; 
     
    197197                    if (empty($arrErr)) { 
    198198                        $this->lfAddCart($this->arrForm, $_SERVER['HTTP_REFERER']); 
    199                          
     199 
    200200                        // フックポイント. 
    201201                        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
    202202                        $objPlugin->doAction('lc_page_products_list_action_cart', array($this)); 
    203                          
     203 
    204204                        SC_Response_Ex::sendRedirect(CART_URLPATH); 
    205205                        exit; 
     
    222222 
    223223        $this->tpl_rnd          = SC_Utils_Ex::sfGetRandomString(3); 
    224          
     224 
    225225        // フックポイント. 
    226226        $objPlugin = SC_Helper_Plugin_Ex::getSingletonInstance($this->plugin_activate_flg); 
Note: See TracChangeset for help on using the changeset viewer.