Exemple #1
0
 public static function get()
 {
     if (self::$oInst == false) {
         self::$oInst = new Encry_db();
     }
     return self::$oInst;
 }