Ignore:
Timestamp:
2011/03/04 22:55:53 (13 years ago)
Author:
shutta
Message:

SC_FormParamクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php

    r20490 r20501  
    169169     */ 
    170170    function lfInitParam($arrRequest) { 
    171         $objFormParam = new SC_FormParam(); 
     171        $objFormParam = new SC_FormParam_Ex(); 
    172172        $objFormParam->addParam("カートキー", "cartKey", INT_LEN, "n", array('NUM_CHECK',"MAX_LENGTH_CHECK")); 
    173173        $objFormParam->addParam("カートナンバー", "cart_no", INT_LEN, "n", array("NUM_CHECK", "MAX_LENGTH_CHECK")); 
Note: See TracChangeset for help on using the changeset viewer.