Database Handling Object – PHP

After a couple of months hard work, I have created my own Php class that can handle my interactions with a MySQL server. At the moment it can handle some of the basic things and I’m developing a more advanced object that can handle for things.

Features:

With “Database Handling Object”(DHO) you can simply and easily communicate and interact with your MySQL database. While it’s easy, it’s also handle some protection from SQL-injections, by the use of escaped strings and prepared statements.

You can with one line of code either use: “SELECT”, “INSERT”, “UPDATE” or “DELETE”;


Link to code from GitHub:

https://github.com/Alexander-With/DHO

 

Scroll to top