flightphp / active-record

Micro Active Record library in PHP, supports chain calls, events, and relations.
https://docs.flightphp.com/awesome-plugins/active-record
MIT License
7 stars 3 forks source link

Clean up results when you run a print_r() #2

Closed n0nag0n closed 5 months ago

n0nag0n commented 5 months ago

There's a lot of variables that don't need to be included when print_r()/var_dump() etc.

n0nag0n commented 5 months ago

Fixed with https://github.com/flightphp/active-record/pull/4