Granada\ORM::sum PHP 메소드

sum() 공개 메소드

Will return the sum of the choosen column.
public sum ( string $column )
$column string
    public function sum($column)
    {
        return $this->_call_aggregate_db_function(__FUNCTION__, $column);
    }
ORM