Dealing with Database

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. 

 

Was this answer helpful? 1 Users Found This Useful (1 Votes)