Ignore:
Timestamp:
2010/12/16 23:12:59 (16 years ago)
Author:
Seasoft
Message:

#855(SC_Query の #select, #getRow, #getCol, #get, #min, #max の引数順を統一する)

  • SC_Query#get を改訂
File:
1 edited

Legend:

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

    r19711 r19729  
    541541     * @return mixed SQL の実行結果 
    542542     */ 
    543     function get($table, $col, $where = "", $arrval = array()) { 
     543    function get($col, $table, $where = "", $arrval = array()) { 
    544544        $sqlse = $this->getSql($col, $table, $where); 
    545545        // SQL文の実行 
Note: See TracChangeset for help on using the changeset viewer.