flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.6k stars 407 forks source link

Changed it so PdoWrapper returns collections #556

Closed n0nag0n closed 3 months ago

n0nag0n commented 3 months ago

This used to return arrays for everything. It makes sense that it should return a collection so you can use it as an array or an object.