Ignore:
Timestamp:
2013/02/14 15:17:30 (11 years ago)
Author:
h_yoshimoto
Message:

#1958 r22497 の内容をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Address.php

    r22206 r22546  
    3737     * @return array() 
    3838     */ 
    39     function save($sqlval) { 
     39    function registAddress($sqlval) { 
    4040        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    4141        $customer_id = $sqlval['customer_id']; 
     
    7777     * @return array() 
    7878     */ 
    79     function get($other_deliv_id) { 
     79    function getAddress($other_deliv_id) { 
    8080        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    8181        $address = $objQuery->select('*', 'dtb_other_deliv', 'other_deliv_id = ?', array($other_deliv_id)); 
     
    106106     * @return void 
    107107     */ 
    108     function delete($other_deliv_id) { 
     108    function deleteAddress($other_deliv_id) { 
    109109        $where      = 'other_deliv_id = ?'; 
    110110        $objQuery   =& SC_Query_Ex::getSingletonInstance(); 
Note: See TracChangeset for help on using the changeset viewer.