Skip to content

Instantly share code, notes, and snippets.

View lars3003's full-sized avatar

Lars Goossens lars3003

View GitHub Profile
@lars3003
lars3003 / PDODatabase.php
Created July 23, 2017 17:12
Simple database wrapper for PDO and MySQL.
<?php
/**
* A simple Wrapper designed to ease using PDO and MySQL.
*
* @disclaimer This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. Use at your own risk.
*
* @author Lars Goossens (https://github.com/lars3003)
* @license WTFPL http://sam.zoy.org/wtfpl/COPYING
*/