Ejemplo n.º 1
0
 public static function getInstance()
 {
     if (null === self::$_dbInstance) {
         self::$_dbInstance = new PDOAdpter();
     }
     return self::$_dbInstance;
 }