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.
To associate your repository with the array-comparision topic, visit your repo's landing page and select "manage topics."