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

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

  • SC_Query#getCol を改訂
File:
1 edited

Legend:

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

    r19729 r19730  
    609609     * @return array SQL の実行結果の配列 
    610610     */ 
    611     function getCol($table, $col, $where = "", $arrval = array()) { 
     611    function getCol($col, $table, $where = "", $arrval = array()) { 
    612612        $sql = $this->getSql($col, $table, $where); 
    613613        $sql = $this->dbFactory->sfChangeMySQL($sql); 
Note: See TracChangeset for help on using the changeset viewer.