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/LC_Page_InputZip.php

    r20344 r20501  
    104104    function fnErrorCheck($arrRequest) { 
    105105        // パラメータ管理クラス 
    106         $objFormParam = new SC_FormParam(); 
     106        $objFormParam = new SC_FormParam_Ex(); 
    107107        // パラメータ情報の初期化 
    108108        $objFormParam->addParam('郵便番号1', 'zip1', ZIP01_LEN, 'n', array('NUM_COUNT_CHECK', 'NUM_CHECK')); 
Note: See TracChangeset for help on using the changeset viewer.