This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
*/ |