database.php
Interfaces, Classes, Traits and Enums
- DB
- This class takes care of all DB operations For most operations, there are direct methods fully sanitized For less standard operations we have a _query method that allows for direct string query creation and bind parameters. Params are sanitized, the rest is not