Is it possible in phalcon 2.0 to fetch only only one column from db ?
$result_set->setFetchMode(PDO::FETCH_COLUMN,0);
is not working
Could you please post this on Github?
OK