v-dem / queasy-db

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

Remove ability to access Db and Table as arrays #55

Open v-dem opened 1 month ago

v-dem commented 1 month ago

Tables and fields with names not allowed by PHP (with hyphens for example) still can be accessible using $db->{'table-name'} syntax.