chillerlan / php-database

A PHP7.4+ SQL client and querybuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResultRow only writable via ArrayAccess

codemasher opened this issue · comments

unlike other magic container objects, ResultRow is not writable via magic properties.
todo: test __set() implementation.