Ejemplo n.º 1
0
 public static function getConnection()
 {
     if (!isset(self::$P_Instance)) {
         $c = __CLASS__;
         self::$P_Instance = new $c();
     }
     return self::$P_Instance;
 }