Depending on MySQLi library, Dimofinf provides many functions that help in dealing with MySQL databases. The main object that includes database functions is dimofinf->db$. The functions and their roles are mentioned below:
TABLE_PREFIX
This constant defines the table prefix of the database.
(dimofinf->db->query($sql$
This function executes a query in the database, as sql$ is the query.