DB::getCol()

DB::getCol() -- Fetch a single column from a query

Description

mixed &getCol (string $query [, mixed $col [, array $params]])

Fetch a single column from a result set and return it as an indexed array.

Parameter

Returns