Hi,
I used phalcon version 1.3 and moved to version 2.0.10.
In version 1.3
Robots::find()->toArray(array("column1"));
Used to set the results in an array and only with the column named "column1"
But in version 2.0.10 this is not the case.
Has the documentation changed, is there an new function to filter the toArray with specific columns? Or is this an bug?