Hi,
How can I get an array of objects instead of a ResultSet object from QueryBuilder execute method?
The toArray method doesn't suit me because it converts the ResultSet into an array of arrays and I want an array of objects.
Thank you.
Hi,
How can I get an array of objects instead of a ResultSet object from QueryBuilder execute method?
The toArray method doesn't suit me because it converts the ResultSet into an array of arrays and I want an array of objects.
Thank you.