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

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

  • SC_Query#getRow を改訂
File:
1 edited

Legend:

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

    r19730 r19731  
    582582     * @return array array('カラム名' => '値', ...)の連想配列 
    583583     */ 
    584     function getRow($table, $col, $where = "", $arrVal = array(), $fetchmode = MDB2_FETCHMODE_ASSOC) { 
     584    function getRow($col, $table, $where = "", $arrVal = array(), $fetchmode = MDB2_FETCHMODE_ASSOC) { 
    585585 
    586586        $sql = $this->getSql($col, $table, $where); 
Note: See TracChangeset for help on using the changeset viewer.