Skip to content

Instantly share code, notes, and snippets.

View Baronsindo's full-sized avatar
🎯
Focusing

Baronsindo

🎯
Focusing
View GitHub Profile
@miguelfrmn
miguelfrmn / db.php
Last active November 8, 2023 14:41
MySQL database helper class
<?php
/**
* @name Database class
* @author Miguel Fermín
* @copyright 2013
* @license MIT
* @license http://opensource.org/licenses/MIT
*/
class DataBase {