There no benefit to fetch array instead of objects from database when you use PDO. PHP object use less memory and same fast or even faster then arrays.
-
Updated
Nov 9, 2018 - PHP
There no benefit to fetch array instead of objects from database when you use PDO. PHP object use less memory and same fast or even faster then arrays.
Add a description, image, and links to the manipulate-data topic page so that developers can more easily learn about it.
To associate your repository with the manipulate-data topic, visit your repo's landing page and select "manage topics."