Open v-dem opened 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.
$db->{'table-name'}
Tables and fields with names not allowed by PHP (with hyphens for example) still can be accessible using
$db->{'table-name'}
syntax.