v-dem / queasy-db

QuEasy PHP Framework - Database
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Partially implement ArrayAccess in Db class to access Table instances #28

Closed v-dem closed 4 years ago

v-dem commented 4 years ago

Fix to access tables named with chars not allowed for class fields in PHP (as an addition to __get)