Ignore:
Timestamp:
2011/02/10 22:19:59 (15 years ago)
Author:
nanasess
bzr:base-revision:
svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_5-dev:20132
bzr:committer:
Kentaro Ohkouchi <[email protected]>
bzr:file-ids:

data/Smarty/templates/admin/order/index.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Forder%2Findex.tpl
data/class/SC_FormParam.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2FSC_FormParam.php
data/class/pages/admin/order/LC_Page_Admin_Order.php 15584@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fadmin%2Forder%2FLC_Page_Admin_Order.php
data/class/util/SC_Utils.php 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Futil%2FSC_Utils.php
bzr:mapping-version:
v4
bzr:merge:

[email protected]
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
[email protected]
bzr:revno:
2861
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-revisions:

data/Smarty/templates/admin/order/index.tpl [email protected]
data/class/SC_FormParam.php [email protected]
data/class/pages/admin/order/LC_Page_Admin_Order.php [email protected]
bzr:timestamp:
2011-02-10 22:19:56.332000017 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2011-02-10T13:19:56.332000Z
Message:

#975([管理画面]受注管理(受注一覧、登録編集))

  • 受注一覧のリファクタリング
  • SC_Utils クラスの 非推奨の関数に deprecated コメント追加
  • SC_FormParam::getSearchArray() 関数追加
File:
1 edited

Legend:

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

    r20129 r20133  
    417417 
    418418    // チェックボックスの値をマージ 
     419    /** 
     420     * @deprecated 
     421     */ 
    419422    function sfMergeCBValue($keyname, $max) { 
    420423        $conv = ""; 
     
    431434 
    432435    // html_checkboxesの値をマージして2進数形式に変更する。 
     436    /** 
     437     * @deprecated 
     438     */ 
    433439    function sfMergeCheckBoxes($array, $max) { 
    434440        $ret = ""; 
     
    450456 
    451457    // html_checkboxesの値をマージして「-」でつなげる。 
     458    /** 
     459     * @deprecated 
     460     */ 
    452461    function sfMergeParamCheckBoxes($array) { 
    453462        $ret = ''; 
     
    467476 
    468477    // html_checkboxesの値をマージしてSQL検索用に変更する。 
     478    /** 
     479     * @deprecated 
     480     */ 
    469481    function sfSearchCheckBoxes($array) { 
    470482        $max = max($array); 
     
    480492 
    481493    // 2進数形式の値をhtml_checkboxes対応の値に切り替える 
     494    /** 
     495     * @deprecated 
     496     */ 
    482497    function sfSplitCheckBoxes($val) { 
    483498        $arrRet = array(); 
     
    492507 
    493508    // チェックボックスの値をマージ 
     509    /** 
     510     * @deprecated 
     511     */ 
    494512    function sfMergeCBSearchValue($keyname, $max) { 
    495513        $conv = ""; 
     
    506524 
    507525    // チェックボックスの値を分解 
     526    /** 
     527     * @deprecated 
     528     */ 
    508529    function sfSplitCBValue($val, $keyname = "") { 
    509530        $arr = array(); 
Note: See TracChangeset for help on using the changeset viewer.