Skip to content

Instantly share code, notes, and snippets.

View EliuFlorez's full-sized avatar

Eliu Florez EliuFlorez

  • iDev
  • México, Ciudad de México
View GitHub Profile
@EliuFlorez
EliuFlorez / pdo-singleton-class.php
Created December 21, 2011 15:31 — forked from tony-landis/pdo-singleton-class.php
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