After using this package inside of a WordPress plugin, I ran into an issue where the various join() methods did not auto prefix the table names.
I've added a new method to the Database class that will automatically prefix the table name, and replaced all usages of the $db property to use this new method instead. It is public so that it can be accessed inside of the Builder class, and Model classes.
After using this package inside of a WordPress plugin, I ran into an issue where the various join() methods did not auto prefix the table names.
I've added a new method to the Database class that will automatically prefix the table name, and replaced all usages of the $db property to use this new method instead. It is public so that it can be accessed inside of the Builder class, and Model classes.