PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Kabir Hossain   DB Manager   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: DB Manager
Execute common SQL queries to a MySQL database
Author: By
Last change: Update README.md
Date: 7 years ago
Size: 341 bytes
 

Contents

Class file image Download

db_manager

This class can query MySQL databases using SQL.

It can establish a connection to a MySQL server and execute SQL queries to the database tables.

The class can execute SQL SELECT, INSERT, UPDATE and DELETE queries from parameters that specify the tables, the fields and its values.

You can give parameter as a string or array.