Skip to content

Instantly share code, notes, and snippets.

View mihail-minkov's full-sized avatar
🎯
Focusing

Mihail Minkov mihail-minkov

🎯
Focusing
View GitHub Profile
@tony-landis
tony-landis / pdo-singleton-class.php
Created December 3, 2008 07:36
PHP PDO Singleton Class
<?php
/**
* PDO SINGLETON CLASS
*
* @author Tony Landis
* @link http://www.tonylandis.com
* @license Use how you like it, just please don't remove or alter this PHPDoc
*/
class sdb