We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

PDO - fetchColumn

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?



8.7k
Accepted
answer